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