Skip to content

Commit

Permalink
env Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddheshk02 committed Nov 27, 2023
1 parent 1feb734 commit 497f6e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "Securelee-cli",
Version: "v1.0.5",
Version: "v1.1.5",
Short: "\nA CLI based Vault App for storing your Secret Messages or Keys Securely.",
Long: `A CLI based Vault App for storing your Secret Messages or Keys Securely.`,
// Uncomment the following line if your bare application
Expand All @@ -28,7 +28,7 @@ var rootCmd = &cobra.Command{

renderStr, _ := ascii.RenderOpts("Securelee.", options)
fmt.Print(renderStr)
fmt.Print(" > v1.0.5")
fmt.Print(" > v1.1.5")
},
}

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var versionCmd = &cobra.Command{
Short: "Version of the Securelee CLI.",
Long: `Version of the Securelee CLI.`,
Run: func(cmd *cobra.Command, args []string) {
color.Cyan("\n > Securelee - v1.0.5")
color.Cyan("\n > Securelee - v1.1.5")
fmt.Print("\n")
},
}
Expand Down

0 comments on commit 497f6e7

Please sign in to comment.