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"; /**