From 5061f39fcba7570ecbe07416fdca9e5128b28f7a Mon Sep 17 00:00:00 2001 From: Mohamed Feddad Date: Mon, 9 Sep 2024 18:26:04 +0400 Subject: [PATCH] chore: bump version to 0.4.4 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },