From be887a2892e5853ae60087b2b44cbafaa278acf6 Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Fri, 25 Oct 2024 09:11:52 +0200 Subject: [PATCH] fix: bump clientVersion --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index b03bc66..33f09e0 100644 --- a/client.go +++ b/client.go @@ -17,7 +17,7 @@ import ( const ( deprecatedSuffix = "/features" clientName = "unleash-client-go" - clientVersion = "4.1.3" + clientVersion = "4.1.4" specVersion = "4.3.1" )