Skip to content

Commit

Permalink
chore: cleanup, and bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf345 committed Sep 8, 2024
1 parent 7dae1ea commit c38cfdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
Version: "0.4.3",
CompletionOptions: cobra.CompletionOptions{
DisableDefaultCmd: true,
},
Expand Down
1 change: 0 additions & 1 deletion safelock/readerWriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ type safelockReaderWriterBase struct {
}

func (srw *safelockReaderWriterBase) handleErr(err error) error {
// panic(err)
srw.err = err
srw.errs <- err
srw.cancel()
Expand Down

0 comments on commit c38cfdb

Please sign in to comment.