From df5841b5847f07c4ce8cb808acf821c9247cc8b1 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Mon, 29 Jul 2024 14:36:32 +0200 Subject: [PATCH] chore: bump version before release --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )