Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update version (#25)
Browse files Browse the repository at this point in the history
Update command version to 1.0.0.
  • Loading branch information
VijayanB authored Jan 15, 2021
1 parent b38b67f commit 5bca145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 5bca145

Please sign in to comment.