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 d9e39ce commit dce9f7cCopy full SHA for dce9f7c
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.0.0"
+ app.Version = "1.1.0"
18
app.Usage = "generate kallax models"
19
app.Flags = []cli.Flag{
20
cli.StringFlag{
0 commit comments