Skip to content

Commit be2281a

Browse files
committed
chore: update version to 0.31.0
This commit updates the version from 0.30.3 to 0.31.0. This includes new features and fixes.
1 parent 60aa42c commit be2281a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/urfave/cli/v2"
1010
)
1111

12-
const version = "0.30.3"
12+
const version = "0.31.0"
1313

1414
var versionCmd = &cli.Command{
1515
Name: "version",

0 commit comments

Comments
 (0)