From 6626a79a19ac75eee1d52f3a25225bfa6f73c54b Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Wed, 13 May 2015 06:50:24 -0700 Subject: [PATCH] Bump version to 2.1.1 --- CHANGELOG.md | 6 ++++-- exercism/main.go | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba1cd8fa2..6e2379477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,14 @@ The exercism CLI follows [semantic versioning](http://semver.org/). ---------------- - ## Next Release +* **Your contribution here** + +## v2.1.1 (2015-05-13) + * [#192](https://github.com/exercism/cli/pull/192): Loosen up restrictions on --test flag for submissions - [@Tonkpils](https://github.com/Tonkpils) * [#190](https://github.com/exercism/cli/pull/190): Fix bug in home directory expansion for Windows - [@Tonkpils](https://github.com/Tonkpils) -* **Your contribution here** ## v2.1.0 (2015-05-08) diff --git a/exercism/main.go b/exercism/main.go index c8165b37a..0c426fb14 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.1.0" + Version = "2.1.1" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."