Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 22, 2024
1 parent 110e373 commit 26862e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

import flag "github.com/spf13/pflag"

const version string = "3.3"
const version string = "3.3.1"

func getOutput(results *Checksums) []*Output {
outputs := make([]*Output, 0, len(results.checksums)+1)
Expand Down

0 comments on commit 26862e8

Please sign in to comment.