Skip to content

Commit 59c62be

Browse files
committed
更改下一版本号,进行打包
1 parent a464be4 commit 59c62be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/tools/variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -------------------- 软件基本信息 --------------------
1010
APPLY_NAME = "SecRandom" # 软件名称
1111
VERSION = "v0.0.0" # 软件当前版本
12-
NEXT_VERSION = "v2.0.0-alpha.1" # 软件下一个版本
12+
NEXT_VERSION = "v1.3.2-alpha.1" # 软件下一个版本
1313
CODENAME = "Koharu" # 软件代号
1414
SPECIAL_VERSION = VERSION if VERSION != "v0.0.0" else f"{NEXT_VERSION}-{CODENAME}"
1515
SYSTEM = "windows" if os.name == "nt" else "linux" # 软件系统

0 commit comments

Comments
 (0)