Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Apr 2, 2015
1 parent 998fae7 commit f9848a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

## Next Release

* [#174](https://github.com/exercism/cli/issues/174): Fix panic during fetch
* **Your contribution here**

## v2.0.1 (2015-25-05)
## v2.0.2 (2015-04-01)

* [#174](https://github.com/exercism/cli/issues/174): Fix panic during fetch - [@kytrinyx](https://github.com/kytrinyx)
* Refactor handling of ENV vars - [@lcowell](https://github.com/lcowell)

## v2.0.1 (2015-03-25)

* [#167](https://github.com/exercism/cli/pull/167): Fixes misspelling of exercism list command - [@queuebit](https://github.com/queuebit)
* Tweak output from `fetch` so that languages are scannable.
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.0.1"
Version = "2.0.2"

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

0 comments on commit f9848a5

Please sign in to comment.