Skip to content

Commit 4b16785

Browse files
author
Miguel Molina
authored
Update cmd.go
1 parent 32e1abf commit 4b16785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/cli/kallax/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
func main() {
1515
app := cli.NewApp()
1616
app.Name = "kallax"
17-
app.Version = "1.1.3"
17+
app.Version = "1.1.4"
1818
app.Usage = "generate kallax models"
1919
app.Flags = []cli.Flag{
2020
cli.StringFlag{

0 commit comments

Comments
 (0)