Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit feb8fb0

Browse files
committed
Bump version to 2.2.5
1 parent cf08861 commit feb8fb0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

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

77
## Next Release
8+
* **Your contribution here**
9+
10+
## v2.2.5 (2016-04-02)
11+
812
* [#284](https://github.com/exercism/cli/pull/284) Update release instructions - [@kytrinyx]
913
* [#285](https://github.com/exercism/cli/pull/285) Create a copy/pastable release text - [@kytrinyx]
1014
* [#289](https://github.com/exercism/cli/pull/289) Fix a typo in the usage statement - [@AlexWheeler]
@@ -16,8 +20,6 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
1620
* [#299](https://github.com/exercism/cli/pull/299) List output uses track ID and problem from list - [@Tonkpils]
1721
* [#301](https://github.com/exercism/cli/pull/301) Return error message for unknown track status - [@neslom]
1822
* [#302](https://github.com/exercism/cli/pull/302) Add helpful error message when user tries to submit a directory - [@alebaffa]
19-
* **Your contribution here**
20-
2123

2224
## v2.2.4 (2016-01-28)
2325

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.4"
20+
Version = "2.2.5"
2121

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

0 commit comments

Comments
 (0)