Skip to content

Commit 2e4777f

Browse files
committed
Bump version to 3.9.2.
Signed-off-by: Felix Fontein <[email protected]>
1 parent af4cbbd commit 2e4777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// Version represents the value of the current semantic version.
15-
var Version = "3.9.1"
15+
var Version = "3.9.2"
1616

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

0 commit comments

Comments
 (0)