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 23, 2017
1 parent 1f0e17e commit 26fcb7f
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.0"
app.Version = "1.1.1"
app.Usage = "generate kallax models"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 26fcb7f

Please sign in to comment.