Skip to content

Commit

Permalink
Updated version to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daivuk committed Sep 28, 2021
1 parent be58163 commit 91d153d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BrainCloudClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/**
Expand Down

0 comments on commit 91d153d

Please sign in to comment.