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