Skip to content

Commit e70621c

Browse files
committed
update cmd version to 3.0.2
1 parent aa4d06d commit e70621c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sops/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"gopkg.in/urfave/cli.v1"
1111
)
1212

13-
const version = "3.0.0"
13+
const version = "3.0.2"
1414

1515
func printVersion(c *cli.Context) {
1616
out := fmt.Sprintf("%s %s", c.App.Name, c.App.Version)

0 commit comments

Comments
 (0)