From 13d47cc7621a0e74550e4ba9bf8f1d01dd788768 Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Sat, 17 Nov 2018 00:40:10 +0000 Subject: [PATCH] Preparing for release of version 4.6.0 --- ldclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldclient.go b/ldclient.go index 9cd14b0..4ab4303 100644 --- a/ldclient.go +++ b/ldclient.go @@ -15,7 +15,7 @@ import ( ) // Version is the client version -const Version = "4.5.1" +const Version = "4.6.0" // LDClient is the LaunchDarkly client. Client instances are thread-safe. // Applications should instantiate a single instance for the lifetime