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