Skip to content

Commit 43afde1

Browse files
committed
Bump version to 3.10.1.
Signed-off-by: Felix Fontein <[email protected]>
1 parent 28ec78b commit 43afde1

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.10.0"
15+
var Version = "3.10.1"
1616

1717
// PrintVersion prints the current version of sops. If the flag
1818
// `--disable-version-check` is set or if the environment variable

0 commit comments

Comments
 (0)