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 f853d80 commit 54324d6Copy full SHA for 54324d6
generator/cli/kallax/cmd.go
@@ -9,7 +9,7 @@ import (
9
"gopkg.in/urfave/cli.v1"
10
)
11
12
-const version = "1.3.3"
+const version = "1.3.5"
13
14
func main() {
15
if err := newApp().Run(os.Args); err != nil {
0 commit comments