From 8ce5d6dfbeff8b0c20ca6052700251522f279f88 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 2 Dec 2024 01:30:41 +0800 Subject: [PATCH] Update version.py --- web/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/version.py b/web/version.py index 0acac6104..c6d4d6a62 100644 --- a/web/version.py +++ b/web/version.py @@ -13,7 +13,7 @@ # 应用程序版本号组件 APP_RELEASE = 0 APP_REVISION = 18 -APP_SMALL_VERSION = 0.5 +APP_SMALL_VERSION = 0.6 # 应用程序版本后缀,例如“beta1”、“dev”。通常为空字符串GA发布。 APP_SUFFIX = ''