From a340540d559a2f555c7fd8fd71fca02e30da96ee Mon Sep 17 00:00:00 2001 From: Wolf3s <75867486+wolfysdl@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:40:04 -0300 Subject: [PATCH] Fix version (#138) --- engine/inc/info/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/inc/info/version.hpp b/engine/inc/info/version.hpp index e23546a..d4be1d3 100644 --- a/engine/inc/info/version.hpp +++ b/engine/inc/info/version.hpp @@ -21,7 +21,7 @@ class Version { ~Version() {} static const u8 major = 2; - static const u8 minor = 0; + static const u8 minor = 1; static const u8 patch = 0; static std::string toString() {