From dd2bb72a77e5a83e7d63b183b381ab510ce7e50e Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Fri, 26 Apr 2019 00:12:29 +0000 Subject: [PATCH] Preparing for release of version 4.7.2 --- ldclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldclient.go b/ldclient.go index 5f3e231..50981c0 100644 --- a/ldclient.go +++ b/ldclient.go @@ -15,7 +15,7 @@ import ( ) // Version is the client version. -const Version = "4.7.1" +const Version = "4.7.2" // LDClient is the LaunchDarkly client. Client instances are thread-safe. // Applications should instantiate a single instance for the lifetime