Skip to content

Commit

Permalink
Cut certmgr v2.0.0
Browse files Browse the repository at this point in the history
Rc0 has been behaved with the exception of a bug for `certmgr ensure`;
time for a proper release.
  • Loading branch information
Brian Harring authored and ferringb committed Jul 17, 2019
1 parent d0f3702 commit 863b635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/spf13/viper"
)

var currentVersion = "2.0.0-rc0"
var currentVersion = "2.0.0"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 863b635

Please sign in to comment.