From 91d153d2e5419122d3de2547483e094edc7c33f0 Mon Sep 17 00:00:00 2001 From: Daivuk Date: Tue, 28 Sep 2021 07:55:27 -0400 Subject: [PATCH] Updated version to 4.9.0 --- src/BrainCloudClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BrainCloudClient.cpp b/src/BrainCloudClient.cpp index b917edbf..cbbb1ba1 100644 --- a/src/BrainCloudClient.cpp +++ b/src/BrainCloudClient.cpp @@ -27,7 +27,7 @@ namespace BrainCloud "Singleton usage is disabled. If called by mistake, use your own variable that holds an instance of the bcWrapper/bcClient."; BrainCloudClient * BrainCloudClient::_instance = NULL; - std::string BrainCloudClient::s_brainCloudClientVersion = "4.8.0"; + std::string BrainCloudClient::s_brainCloudClientVersion = "4.9.0"; const char* BC_SERVER_URL = "https://sharedprod.braincloudservers.com/dispatcherv2"; /**