Skip to content

Commit f9848a5

Browse files
committed
Bump version
1 parent 998fae7 commit f9848a5

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

77
## Next Release
88

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

12-
## v2.0.1 (2015-25-05)
11+
## v2.0.2 (2015-04-01)
12+
13+
* [#174](https://github.com/exercism/cli/issues/174): Fix panic during fetch - [@kytrinyx](https://github.com/kytrinyx)
14+
* Refactor handling of ENV vars - [@lcowell](https://github.com/lcowell)
15+
16+
## v2.0.1 (2015-03-25)
1317

1418
* [#167](https://github.com/exercism/cli/pull/167): Fixes misspelling of exercism list command - [@queuebit](https://github.com/queuebit)
1519
* Tweak output from `fetch` so that languages are scannable.

exercism/main.go

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

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

0 commit comments

Comments
 (0)