diff --git a/exercism/main.go b/exercism/main.go index aebb2833e..6d5216233 100644 --- a/exercism/main.go +++ b/exercism/main.go @@ -17,7 +17,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.2.3" + Version = "2.2.4.beta.1" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."