diff --git a/main.go b/main.go index 182c702d8..2fe1f632d 100644 --- a/main.go +++ b/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.7.2" + Version = "1.7.3" descDebug = "Outputs useful debug information." descConfigure = "Writes config values to a JSON file."