Skip to content

Commit

Permalink
update command version
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Molina committed Apr 20, 2017
1 parent d9e39ce commit dce9f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/cli/kallax/cmd.go
Expand Up @@ -14,7 +14,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "kallax"
app.Version = "1.0.0"
app.Version = "1.1.0"
app.Usage = "generate kallax models"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit dce9f7c

Please sign in to comment.