Skip to content

Commit

Permalink
1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Dec 22, 2019
1 parent 94a3306 commit 85ace3e
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.10" // Bump this by running "make release".
const VERSION = "1.11" // 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 85ace3e

Please sign in to comment.