We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6239f0 commit 451d4edCopy full SHA for 451d4ed
Source/System/GameVersion.h
@@ -5,7 +5,7 @@
5
namespace RTE {
6
7
#pragma region Game Version
8
- static constexpr const char* c_VersionString = "6.0.0";
+ static constexpr const char* c_VersionString = "6.1.0";
9
static const version::Semver200_version c_GameVersion = version::Semver200_version(c_VersionString);
10
#pragma endregion
11
} // namespace RTE
0 commit comments