Skip to content

Commit b1822fe

Browse files
authored
Merge branch 'PCL-Community:dev' into nzdm
2 parents a77a868 + 39f9544 commit b1822fe

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
@@ -19,12 +19,12 @@ Public Module ModBase
1919
#Region "声明"
2020

2121
'下列版本信息由更新器自动修改
22-
Public Const VersionBaseName As String = "2.13.4-beta.2" '不含分支前缀的显示用版本名
22+
Public Const VersionBaseName As String = "2.13.4-beta.4" '不含分支前缀的显示用版本名
2323
Public Const VersionStandardCode As String = "2.13.4." & VersionBranchCode
2424
Public Const UpstreamVersion As String = "2.10.5" '上游版本
2525
Public ReadOnly CommitHash As String = If(EnvironmentInterop.GetSecret("GITHUB_SHA", False), "native") 'Commit Hash
2626
Public ReadOnly CommitHashShort As String = If(CommitHash = "native", "native", CommitHash.Substring(0, 7)) 'Commit Hash,取前 7 位
27-
Public Const VersionCode As Integer = 415 '内部版本号
27+
Public Const VersionCode As Integer = 416 '内部版本号
2828
'自动生成的版本信息
2929
#If DEBUG Then
3030
Public Const VersionBranchName As String = "Debug"

0 commit comments

Comments
 (0)