From 7735fbf02c49a17acbe0cb891ca8f60d9344c922 Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Wed, 31 Jan 2018 22:09:26 +0000 Subject: [PATCH] Preparing for release of version 2.3.0 --- ldclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldclient.go b/ldclient.go index 85d57c1..079b133 100644 --- a/ldclient.go +++ b/ldclient.go @@ -14,7 +14,7 @@ import ( "time" ) -const Version = "2.2.3" +const Version = "2.3.0" // The LaunchDarkly client. Client instances are thread-safe. // Applications should instantiate a single instance for the lifetime