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 32e1abf commit 4b16785Copy full SHA for 4b16785
generator/cli/kallax/cmd.go
@@ -14,7 +14,7 @@ import (
14
func main() {
15
app := cli.NewApp()
16
app.Name = "kallax"
17
- app.Version = "1.1.3"
+ app.Version = "1.1.4"
18
app.Usage = "generate kallax models"
19
app.Flags = []cli.Flag{
20
cli.StringFlag{
0 commit comments