Skip to content

Commit

Permalink
Bump version to 3.9.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fontein <[email protected]>
  • Loading branch information
felixfontein committed Dec 2, 2024
1 parent af4cbbd commit 2e4777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

// Version represents the value of the current semantic version.
var Version = "3.9.1"
var Version = "3.9.2"

// PrintVersion prints the current version of sops. If the flag
// `--disable-version-check` is set, the function will not attempt
Expand Down

0 comments on commit 2e4777f

Please sign in to comment.