diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f56f61b5..f46d8fbac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The exercism CLI follows [semantic versioning](http://semver.org/). ## Next Release * **Your contribution here** + +## v2.2.3 (2015-12-27) * [#264](https://github.com/exercism/cli/pull/264) Fix version flag to use --version and --v - [@Tonkpils](https://github.com/Tonkpils) ## v2.2.2 (2015-12-26) diff --git a/exercism/main.go b/exercism/main.go index dfbb748e3..aebb2833e 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.2.2" + Version = "2.2.3" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."