From da349fec344fc697405da648f0fcc646c0fb8fb7 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 26 Jun 2025 15:46:42 +0800 Subject: [PATCH] V106 --- src/app_version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app_version.hpp b/src/app_version.hpp index e525748..e4d72b5 100644 --- a/src/app_version.hpp +++ b/src/app_version.hpp @@ -2,7 +2,7 @@ #define VERSION(main, sub, fix) (main << 16 | sub << 8 | fix << 0) #define APP_VERSION VERSION(1, 0, 6) -#define APP_VERSION_STR "1.0.4" +#define APP_VERSION_STR "1.0.6" #define APP_VERSION_MAIN VERSION_MAIN(APP_VERSION) #define APP_VERSION_SUB VERSION_SUB(APP_VERSION)