From 863b6354f17e24be7e27d448e97c20789e772c38 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Wed, 17 Jul 2019 09:38:24 -0700 Subject: [PATCH] Cut certmgr v2.0.0 Rc0 has been behaved with the exception of a bug for `certmgr ensure`; time for a proper release. --- cli/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/version.go b/cli/version.go index cb3e4bf7..324c86c9 100644 --- a/cli/version.go +++ b/cli/version.go @@ -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",