Skip to content

Commit 7f1ad84

Browse files
committed
bump: 2.11.0.1
1 parent 39a41f9 commit 7f1ad84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plain Craft Launcher 2/Modules/Base/ModBase.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Public Module ModBase
1313
#Region "声明"
1414

1515
'下列版本信息由更新器自动修改
16-
Public Const VersionBaseName As String = "2.11.0" '不含分支前缀的显示用版本名
17-
Public Const VersionStandardCode As String = "2.11.0." & VersionBranchCode '标准格式的四段式版本号
16+
Public Const VersionBaseName As String = "2.11.0.1" '不含分支前缀的显示用版本名
17+
Public Const VersionStandardCode As String = "2.11.0.1." & VersionBranchCode '标准格式的四段式版本号
1818
Public Const CommitHash As String = "" 'Commit Hash,由 GitHub Workflow 自动替换
1919
#If BETA Then
2020
Public Const VersionCode As Integer = 372 'Release

0 commit comments

Comments
 (0)