Skip to content

Commit

Permalink
Merge pull request #228 from nibbleshift/nibbleshift-patch-1
Browse files Browse the repository at this point in the history
Update version in main.go to 0.22.1
  • Loading branch information
Yamashou authored May 27, 2024
2 parents 8b970fe + 83a5342 commit d1c1482
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 @@ -11,7 +11,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "0.21.1"
const version = "0.22.1"

var versionCmd = &cli.Command{
Name: "version",
Expand Down

0 comments on commit d1c1482

Please sign in to comment.