Skip to content

Commit dce9f7c

Browse files
author
Miguel Molina
authored
update command version
1 parent d9e39ce commit dce9f7c

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.0.0"
17+
app.Version = "1.1.0"
1818
app.Usage = "generate kallax models"
1919
app.Flags = []cli.Flag{
2020
cli.StringFlag{

0 commit comments

Comments
 (0)