Skip to content

Commit

Permalink
Updated patch version to 4.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstl committed Sep 22, 2020
1 parent 9c57055 commit 2edaacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BrainCloudCpp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|

s.name = "BrainCloudCpp"

s.version = "4.5.6"
s.version = "4.5.7"

s.summary = "The C++ client library for brainCloud"
s.homepage = "http://getbraincloud.com/"
Expand Down
2 changes: 1 addition & 1 deletion src/BrainCloudClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.5.6";
std::string BrainCloudClient::s_brainCloudClientVersion = "4.5.7";
const char* BC_SERVER_URL = "https://sharedprod.braincloudservers.com/dispatcherv2";

/**
Expand Down

0 comments on commit 2edaacd

Please sign in to comment.