Skip to content

Commit

Permalink
update cmd version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Jan 19, 2018
1 parent aa4d06d commit e70621c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sops/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"gopkg.in/urfave/cli.v1"
)

const version = "3.0.0"
const version = "3.0.2"

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

0 comments on commit e70621c

Please sign in to comment.