Skip to content

Commit 0bdcf16

Browse files
committed
Bump version to v2.2.6
1 parent d63b1d3 commit 0bdcf16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.6 (2016-05-30)
11+
812
* [#306](https://github.com/exercism/cli/pull/306) Don't use Fatal to print usage - [@broady]
913
* [#307](https://github.com/exercism/cli/pull/307) Pass API key when fetching individual exercises - [@kytrinyx]
1014
* [#312](https://github.com/exercism/cli/pull/312) Add missing newline on usage string - [@jppunnett]
@@ -13,7 +17,6 @@ The exercism CLI follows [semantic versioning](http://semver.org/).
1317
* Update codegangsta/cli dependency - [@manusajith], [@lcowell]
1418
* [#320](https://github.com/exercism/cli/pull/320) Add missing newlines to usage strings - [@hjljo]
1519
* [#328](https://github.com/exercism/cli/pull/328) Append solution URL path consistently - [@Tonkpils]
16-
* **Your contribution here**
1720

1821
## v2.2.5 (2016-04-02)
1922

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.5"
20+
Version = "2.2.6"
2121

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

0 commit comments

Comments
 (0)