Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Jun 27, 2015
1 parent 83ca8d3 commit 4f27753
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

## Next Release

* **Your contribution here**

## v2.2.0 (2015-06-27)

* [b3c3d6f](https://github.com/exercism/cli/commit/b3c3d6fe54c622fc0ee07fdd221c8e8e5b73c8cd): Improve error message on Internal Server Error - [@Tonkpils](https://github.com/Tonkpils)
* [#196](https://github.com/exercism/cli/pull/196): Add upgrade command - [@Tonkpils](https://github.com/Tonkpils)
* [#194](https://github.com/exercism/cli/pull/194): Fix home expansion on configure update - [@Tonkpils](https://github.com/Tonkpils)
* [523c5bd](https://github.com/exercism/cli/commit/523c5bdec5ef857f07b39de738a764589660cd5a): Document release process - [@kytrinyx](https://github.com/kytrinyx)
* **Your contribution here**

## v2.1.1 (2015-05-13)

Expand Down
2 changes: 1 addition & 1 deletion exercism/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.1.1"
Version = "2.2.0"

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

0 comments on commit 4f27753

Please sign in to comment.