Skip to content

Commit 05a4a5f

Browse files
committed
chore: bump version to 0.6.0
1 parent 4bacf51 commit 05a4a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var rootCmd = &cobra.Command{
1414
Use: "safelock-cli",
1515
Short: "Simple tool to encrypt/decrypt files with AES encryption",
1616
Long: "Simple command-line tool to encrypt and decrypt files with AES encryption",
17-
Version: "0.5.0",
17+
Version: "0.6.0",
1818
CompletionOptions: cobra.CompletionOptions{
1919
DisableDefaultCmd: true,
2020
},

0 commit comments

Comments
 (0)