From 6982f169aa96698199d23f75be9a43997054156b Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Tue, 30 Dec 2025 12:02:42 +0800 Subject: [PATCH] =?UTF-8?q?[IMPL]=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=200.3.3-alpha=20=E6=9C=AA=E7=BB=8F=E5=B9=BF=E6=B3=9B?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Core/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/core.hpp b/src/Core/core.hpp index 3f4d202..581f391 100644 --- a/src/Core/core.hpp +++ b/src/Core/core.hpp @@ -4,7 +4,7 @@ #include #include -#define __FCORE_VERSION "0.3.2" +#define __FCORE_VERSION "0.3.3-alpha" #if defined(_WIN32) #define __FCORE_PLATFORM "Windows"