Skip to content

Commit

Permalink
chore: update version to 0.31.0
Browse files Browse the repository at this point in the history
This commit updates the version from 0.30.3 to 0.31.0. This includes new features
and fixes.
  • Loading branch information
Yamashou committed Feb 23, 2025
1 parent 60aa42c commit be2281a
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 @@ -9,7 +9,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "0.30.3"
const version = "0.31.0"

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

0 comments on commit be2281a

Please sign in to comment.