diff --git a/client.go b/client.go index 2cb564f..a45727d 100644 --- a/client.go +++ b/client.go @@ -17,7 +17,7 @@ import ( const ( deprecatedSuffix = "/features" clientName = "unleash-client-go" - clientVersion = "4.1.1" + clientVersion = "4.1.2" specVersion = "4.3.1" )