Skip to content

Commit

Permalink
1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed May 6, 2018
1 parent 5ee80d3 commit cc85a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goose/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func helpRun(*Command, ...string) {
}

// The version of the goose tool.
const VERSION = "1.8" // Bump this by running "make release".
const VERSION = "1.9" // Bump this by running "make release".

func versionRun(*Command, ...string) {
fmt.Fprintf(os.Stderr, "goose version %s\n", VERSION)
Expand Down

0 comments on commit cc85a1d

Please sign in to comment.