Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 10, 2020
1 parent cadf474 commit 1b01aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func runCLI(args []string) {
app.UsageText = "api-scaffolder [command] [command options] [arguments...]"
app.EnableBashCompletion = true
app.Usage = ""
app.Version = "0.1.0"
app.Version = "0.1.1"
app.Authors = []cli.Author{
cli.Author{
Name: "Roger Welin",
Expand Down

0 comments on commit 1b01aab

Please sign in to comment.