From 87b983153a69f831d7d2c50bd0104549f9ab509e Mon Sep 17 00:00:00 2001 From: h4570 Date: Mon, 29 May 2023 18:53:30 +0200 Subject: [PATCH] change tyra version --- 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 d4be1d3..e5c53fc 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 = 1; + static const u8 minor = 2; static const u8 patch = 0; static std::string toString() {