From 64c8f06ea0d08d614b48aeb72ce00696405c9ae5 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sat, 10 Jan 2015 16:57:57 -0800 Subject: [PATCH] Bump version: 1.9.1 --- exercism/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercism/main.go b/exercism/main.go index 4fd75afbd..3848e09e2 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.0" + Version = "1.9.1" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."