From bc4f26c5fdf4cc1f8b9b4fff2033b1767ca02ab0 Mon Sep 17 00:00:00 2001 From: Fredrik Strand Oseberg Date: Fri, 25 Oct 2024 09:10:25 +0200 Subject: [PATCH] fix: bump clientVersion (#183) --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index a45727d..b03bc66 100644 --- a/client.go +++ b/client.go @@ -17,7 +17,7 @@ import ( const ( deprecatedSuffix = "/features" clientName = "unleash-client-go" - clientVersion = "4.1.2" + clientVersion = "4.1.3" specVersion = "4.3.1" )