Skip to content

Commit

Permalink
Bump version to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Jul 1, 2017
1 parent e542590 commit 3968e88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
----------------

## Next Release
* [#385](https://github.com/exercism/cli/pull/385) Fix broken upgrades for Windows - [@Tonkpils]
* **Your contribution here**

## v2.4.1 (2017-07-01)
* [#385](https://github.com/exercism/cli/pull/385) Fix broken upgrades for Windows - [@Tonkpils]

## v2.4.0 (2017-03-24)

* [#344](https://github.com/exercism/cli/pull/344) Make the CLI config paths more XDG friendly - [@narqo]
Expand Down
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 = "2.4.0"
Version = "2.4.1"

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

0 comments on commit 3968e88

Please sign in to comment.