Fix version (#138)
This commit is contained in:
@@ -21,7 +21,7 @@ class Version {
|
|||||||
~Version() {}
|
~Version() {}
|
||||||
|
|
||||||
static const u8 major = 2;
|
static const u8 major = 2;
|
||||||
static const u8 minor = 0;
|
static const u8 minor = 1;
|
||||||
static const u8 patch = 0;
|
static const u8 patch = 0;
|
||||||
|
|
||||||
static std::string toString() {
|
static std::string toString() {
|
||||||
|
|||||||
Reference in New Issue
Block a user