From c4a865740717d2f095126d574ae85862603f9538 Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Tue, 30 Oct 2018 21:56:21 +0000 Subject: [PATCH] Preparing for release of version 4.4.0 --- ldclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldclient.go b/ldclient.go index e4d67c3..2f735bf 100644 --- a/ldclient.go +++ b/ldclient.go @@ -15,7 +15,7 @@ import ( ) // Version is the client version -const Version = "4.3.0" +const Version = "4.4.0" // LDClient is the LaunchDarkly client. Client instances are thread-safe. // Applications should instantiate a single instance for the lifetime