From 05a4a5fb2da1e788126e40bfd136732b1ff41e2e Mon Sep 17 00:00:00 2001 From: Mohamed Feddad Date: Wed, 18 Sep 2024 16:59:30 +0400 Subject: [PATCH] chore: bump version to 0.6.0 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index b632c1d..75f2825 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.5.0", + Version: "0.6.0", CompletionOptions: cobra.CompletionOptions{ DisableDefaultCmd: true, },