Skip to content

Commit

Permalink
Update cmd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Molina committed Apr 26, 2017
1 parent 8537f80 commit f4ce059
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.1.1"
app.Version = "1.1.2"
app.Usage = "generate kallax models"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit f4ce059

Please sign in to comment.