Skip to content

Commit 5204bf5

Browse files
committed
修复已知问题
1 parent 7b8390f commit 5204bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SRACore/util/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 基础的常量定义
2020
AppPath = Path(os.path.dirname(os.path.realpath(sys.argv[0])))
2121
PLATFORM = "Windows" if sys.platform == "win32" else "Linux" # 平台标识符
22-
VERSION = "1.1.0" # 版本号
22+
VERSION = "1.1.2" # 版本号
2323
CORE = f"{VERSION} for {PLATFORM}" # 核心版本信息
2424

2525
# 随机标题列表

0 commit comments

Comments
 (0)