From 5044f321c5f0b2a287977d9926d8de0e0694b041 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sat, 7 Feb 2015 11:59:28 -0800 Subject: [PATCH] Bump version, kind of --- exercism/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercism/main.go b/exercism/main.go index 0b4934744..10b72d9d2 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.2" + Version = "2.0.0.beta.1" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."