diff --git a/cmd/root.go b/cmd/root.go index 96551a1..5268620 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -16,7 +16,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.4.3", + Version: "0.4.4", CompletionOptions: cobra.CompletionOptions{ DisableDefaultCmd: true, },