From 7e1d905973f420621dff5e2213fc3564301be036 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Wed, 30 Oct 2013 07:45:25 -0600 Subject: [PATCH] Bump version --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 66b602441..70820f79a 100644 --- a/api.go +++ b/api.go @@ -9,7 +9,7 @@ import ( "github.com/msgehard/go-exercism/configuration" ) -const VERSION = "1.1.0" +const VERSION = "1.1.1" var FetchEndpoints = map[string]string{ "current": "/api/v1/user/assignments/current",