From ff325ff804a4f733e17c8e385e496de2c6880249 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 11 Jan 2015 19:42:32 -0800 Subject: [PATCH] Bump version v1.9.2 --- CHANGELOG.md | 5 ++++- exercism/main.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946235a8b..33c51c825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ---------------- +* Your contribution here + +## v1.9.2 (Jan 11, 2015) + * [exercism.io#2155](https://github.com/exercism/exercism.io/issues/2155): Fixed problem with passed in config file being ignored. * Added first version of changelog -* Your contribution here ## v1.9.1 (Jan 10, 2015) diff --git a/exercism/main.go b/exercism/main.go index 3848e09e2..0f441ecb6 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 = "1.9.1" + Version = "1.9.2" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."