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 b19eed9 commit 7be9e22Copy full SHA for 7be9e22
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.1.0";
+ static constexpr const char* c_VersionString = "6.2.0";
9
static const version::Semver200_version c_GameVersion = version::Semver200_version(c_VersionString);
10
#pragma endregion
11
} // namespace RTE
0 commit comments