diff --git a/api.go b/api.go index e75285a2b..e33757ce5 100644 --- a/api.go +++ b/api.go @@ -9,7 +9,7 @@ import ( "net/http" ) -const VERSION = "1.2.0" +const VERSION = "1.2.1" var FetchEndpoints = map[string]string{ "current": "/api/v1/user/assignments/current",