Skip to content

Commit

Permalink
Bump version: 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Jan 11, 2015
1 parent 2753d89 commit 64c8f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
// We try to follow Semantic Versioning (http://semver.org),
// but with the http://exercism.io app being a prototype, a
// lot of things get out of hand.
Version = "1.9.0"
Version = "1.9.1"

descDebug = "Outputs useful debug information."
descConfigure = "Writes config values to a JSON file."
Expand Down

0 comments on commit 64c8f06

Please sign in to comment.