From f9848a55730aa422645e464d7365d180cbe23c45 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Wed, 1 Apr 2015 20:07:55 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 ++++++-- exercism/main.go | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e3a3d79..0083ab620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/exercism/main.go b/exercism/main.go index a62747fd2..b6009bf5e 100644 --- a/exercism/main.go +++ b/exercism/main.go @@ -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."