diff --git a/api.go b/api.go index b5d7494a1..d4a246ce8 100644 --- a/api.go +++ b/api.go @@ -9,7 +9,7 @@ import ( "github.com/msgehard/go-exercism/configuration" ) -const VERSION = "1.0.1" +const VERSION = "1.1.0" var FetchEndpoints = map[string]string{ "current": "/api/v1/user/assignments/current",