We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c90aa6 commit c2ebbd8Copy full SHA for c2ebbd8
generator/cli/kallax/cmd.go
@@ -9,7 +9,7 @@ import (
9
"gopkg.in/urfave/cli.v1"
10
)
11
12
-const version = "1.3.2"
+const version = "1.3.3"
13
14
func main() {
15
if err := newApp().Run(os.Args); err != nil {
0 commit comments