From 5bca1451520e3f557b455a227cc6051181e8bf54 Mon Sep 17 00:00:00 2001 From: Vijayan Balasubramanian Date: Fri, 15 Jan 2021 11:00:09 -0800 Subject: [PATCH] Update version (#25) Update command version to 1.0.0. --- commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/root.go b/commands/root.go index d7e6d58..ca63775 100644 --- a/commands/root.go +++ b/commands/root.go @@ -32,7 +32,7 @@ const ( folderPermission = 0755 // only owner can write, while everyone can read and execute odfeConfigEnvVarName = "ODFE_CLI_CONFIG" RootCommandName = "odfe-cli" - version = "0.1" + version = "1.0.0" ) var rootCommand = &cobra.Command{