Skip to content

Commit 3a72834

Browse files
committed
小改
1 parent 98333c0 commit 3a72834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Public Module ModBase
2828
Public Const VersionBranchName As String = "Release"
2929
Public Const VersionBranchCode As String = "0"
3030
#ElseIf BETA Then
31-
Public Const VersionBranchName As String = "Preview"
31+
Public Const VersionBranchName As String = "Beta"
3232
Public Const VersionBranchCode As String = "50"
3333
#Else
3434
Public Const VersionBranchName As String = "Debug"

0 commit comments

Comments
 (0)