Skip to content

Commit

Permalink
bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inadarei committed Dec 16, 2017
1 parent f8dcedb commit 0ef3ffd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/justgo
Binary file not shown.
2 changes: 1 addition & 1 deletion justgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func init() {
func main() {
app := cli.NewApp()
app.Name = "justgo"
app.Version = "1.2.0"
app.Version = "1.2.1"
app.Usage = "create a new skeleton project for a Go-based API [micro]service"
app.UsageText = app.Name + " <path>"
app.ArgsUsage = "path"
Expand Down

0 comments on commit 0ef3ffd

Please sign in to comment.