Skip to content

Commit 8351b39

Browse files
committed
chore: bump version to 0.4.1
1 parent 6c6ceec commit 8351b39

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
@@ -16,7 +16,7 @@ var rootCmd = &cobra.Command{
1616
Use: "safelock-cli",
1717
Short: "Simple tool to encrypt/decrypt files with AES encryption",
1818
Long: "Simple command-line tool to encrypt and decrypt files with AES encryption",
19-
Version: "0.4.0",
19+
Version: "0.4.1",
2020
CompletionOptions: cobra.CompletionOptions{
2121
DisableDefaultCmd: true,
2222
},

0 commit comments

Comments
 (0)