diff --git a/CHANGELOG.md b/CHANGELOG.md index b71dc4857..d66ad0fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/exercism/main.go b/exercism/main.go index ce0fb7b40..2fa334e7c 100644 --- a/exercism/main.go +++ b/exercism/main.go @@ -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."