We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab9347 commit 87b9831Copy full SHA for 87b9831
engine/inc/info/version.hpp
@@ -21,7 +21,7 @@ class Version {
21
~Version() {}
22
23
static const u8 major = 2;
24
- static const u8 minor = 1;
+ static const u8 minor = 2;
25
static const u8 patch = 0;
26
27
static std::string toString() {
0 commit comments