update:更新版本号 (#676)

This commit is contained in:
hrz
2025-04-06 11:00:42 +08:00
committed by GitHub
parent 5655362a00
commit 8225a5a12f
4 changed files with 6 additions and 6 deletions
@@ -26,8 +26,6 @@ spring:
enabled: true
main:
allow-bean-definition-overriding: true
liquibase:
enabled: false
knife4j:
enable: true
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from loguru import logger
from config.settings import load_config
SERVER_VERSION = "0.1.17"
SERVER_VERSION = "0.2.1"
def setup_logging():