diff --git a/cmd/root.go b/cmd/root.go index 75f2825..4f380b1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,7 @@ var rootCmd = &cobra.Command{ Use: "safelock-cli", Short: "Simple tool to encrypt/decrypt files with AES encryption", Long: "Simple command-line tool to encrypt and decrypt files with AES encryption", - Version: "0.6.0", + Version: "0.6.1", CompletionOptions: cobra.CompletionOptions{ DisableDefaultCmd: true, },