From 1be950fcebb68fb43c1b053e4a874c2070350bbd Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Thu, 28 Jan 2016 12:07:23 -0700 Subject: [PATCH] Bump version to 2.2.4 --- CHANGELOG.md | 5 ++++- exercism/main.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffd4cfa6..3fb36e8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/). ---------------- ## Next Release +* **Your contribution here** + +## v2.2.4 (2016-01-28) + * [#270](https://github.com/exercism/cli/pull/270) Allow commenting on submission with --comment - [@Tonkpils](https://github.com/Tonkpils) * [#271](https://github.com/exercism/cli/pull/271) Increase timeout to 20 seconds - [@Tonkpils](https://github.com/Tonkpils) * [#273](https://github.com/exercism/cli/pull/273) Guard against submitting spec files and README - [@daveyarwood](https://github.com/daveyarwood) @@ -12,7 +16,6 @@ The exercism CLI follows [semantic versioning](http://semver.org/). * [#281](https://github.com/exercism/cli/pull/281) Create missing directories for downloaded problems - [@petertseng](https://github.com/petertseng) * [#282](https://github.com/exercism/cli/pull/282) Remove random encouragement after submitting - [@kytrinyx](https://github.com/kytrinyx) * [#283](https://github.com/exercism/cli/pull/283) Print current configuration after calling configure command - [@kytrinyx](https://github.com/kytrinyx) -* **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) diff --git a/exercism/main.go b/exercism/main.go index f364fdc3a..40f56a80b 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.3" + Version = "2.2.4" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."