Skip to content

Commit c38cfdb

Browse files
committed
chore: cleanup, and bump version to 0.4.3
1 parent 7dae1ea commit c38cfdb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.2",
19+
Version: "0.4.3",
2020
CompletionOptions: cobra.CompletionOptions{
2121
DisableDefaultCmd: true,
2222
},

safelock/readerWriter.go

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type safelockReaderWriterBase struct {
2020
}
2121

2222
func (srw *safelockReaderWriterBase) handleErr(err error) error {
23-
// panic(err)
2423
srw.err = err
2524
srw.errs <- err
2625
srw.cancel()

0 commit comments

Comments
 (0)