We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66caf0a commit d0d20a8Copy full SHA for d0d20a8
app/tools/variable.py
@@ -9,8 +9,8 @@
9
# -------------------- 软件基本信息 --------------------
10
APPLY_NAME = "SecRandom" # 软件名称
11
VERSION = "v0.0.0" # 软件当前版本
12
-NEXT_VERSION = "v2.2.5" # 软件下一个版本
13
-CODENAME = "Koharu" # 软件代号
+NEXT_VERSION = "v2.3.0-beta.1" # 软件下一个版本
+CODENAME = "Shirako" # 软件代号
14
SPECIAL_VERSION = VERSION if VERSION != "v0.0.0" else NEXT_VERSION
15
SYSTEM = "windows" if os.name == "nt" else "linux" # 软件系统
16
ARCH = "x64" if SYSTEM == "windows" else "amd64" # 软件架构
0 commit comments