Skip to content

Commit 1be950f

Browse files
committed
Bump version to 2.2.4
1 parent 43477f0 commit 1be950f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
55
----------------
66

77
## Next Release
8+
* **Your contribution here**
9+
10+
## v2.2.4 (2016-01-28)
11+
812
* [#270](https://github.com/exercism/cli/pull/270) Allow commenting on submission with --comment - [@Tonkpils](https://github.com/Tonkpils)
913
* [#271](https://github.com/exercism/cli/pull/271) Increase timeout to 20 seconds - [@Tonkpils](https://github.com/Tonkpils)
1014
* [#273](https://github.com/exercism/cli/pull/273) Guard against submitting spec files and README - [@daveyarwood](https://github.com/daveyarwood)
1115
* [#278](https://github.com/exercism/cli/pull/278) Create files with 0644 mode, create missing directories for downloaded solutions - [@petertseng](https://github.com/petertseng)
1216
* [#281](https://github.com/exercism/cli/pull/281) Create missing directories for downloaded problems - [@petertseng](https://github.com/petertseng)
1317
* [#282](https://github.com/exercism/cli/pull/282) Remove random encouragement after submitting - [@kytrinyx](https://github.com/kytrinyx)
1418
* [#283](https://github.com/exercism/cli/pull/283) Print current configuration after calling configure command - [@kytrinyx](https://github.com/kytrinyx)
15-
* **Your contribution here**
1619

1720
## v2.2.3 (2015-12-27)
1821
* [#264](https://github.com/exercism/cli/pull/264) Fix version flag to use --version and --v - [@Tonkpils](https://github.com/Tonkpils)

exercism/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717
// We try to follow Semantic Versioning (http://semver.org),
1818
// but with the http://exercism.io app being a prototype, a
1919
// lot of things get out of hand.
20-
Version = "2.2.3"
20+
Version = "2.2.4"
2121

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

0 commit comments

Comments
 (0)