Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiHoel committed May 23, 2021
1 parent bec3a46 commit 83ec66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/visual studio/CalculatorServer/reader/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace web::http::client; // HTTP client features
using namespace concurrency::streams; // Asynchronous streams

/* IMPORTANT!!: this should be updated to the current release tag*/
const std::string version::VERSION_TAG = std::string("v5.3");
const std::string version::VERSION_TAG = std::string("v6.0");

void version::check_and_log()
{
Expand Down

0 comments on commit 83ec66d

Please sign in to comment.