Skip to content

Commit

Permalink
bump version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpaul committed Jan 9, 2020
1 parent bb0b756 commit c52ab52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goahead.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
version := *versionFlag

if version {
fmt.Println("goahead version 0.0.1 Build time:", buildtime, "UTC")
fmt.Println("goahead version 0.0.2 Build time:", buildtime, "UTC")
os.Exit(0)
}

Expand Down

0 comments on commit c52ab52

Please sign in to comment.