From 4415d6f21b2646bcee102b77e5f4fe7ed1a77cbc Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Wed, 9 Jan 2019 21:24:49 +0000 Subject: [PATCH] Preparing for release of version 4.7.1 --- ldclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldclient.go b/ldclient.go index 95d5010..0edb72c 100644 --- a/ldclient.go +++ b/ldclient.go @@ -15,7 +15,7 @@ import ( ) // Version is the client version. -const Version = "4.7.0" +const Version = "4.7.1" // LDClient is the LaunchDarkly client. Client instances are thread-safe. // Applications should instantiate a single instance for the lifetime