From 640c2f725b6c72f157dc62ca52e447f5ea47ee25 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Fri, 26 Sep 2014 07:47:16 -0700 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."