Fix version (#138)

This commit is contained in:
Wolf3s
2022-08-30 17:40:04 -03:00
committed by GitHub
parent d790349ab9
commit a340540d55
+1 -1
View File
@@ -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() {