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