We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bacf51 commit 05a4a5fCopy full SHA for 05a4a5f
cmd/root.go
@@ -14,7 +14,7 @@ var rootCmd = &cobra.Command{
14
Use: "safelock-cli",
15
Short: "Simple tool to encrypt/decrypt files with AES encryption",
16
Long: "Simple command-line tool to encrypt and decrypt files with AES encryption",
17
- Version: "0.5.0",
+ Version: "0.6.0",
18
CompletionOptions: cobra.CompletionOptions{
19
DisableDefaultCmd: true,
20
},
0 commit comments