Skip to content

Commit

Permalink
v1.5.0 beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed May 3, 2021
1 parent 9b522a3 commit 6f9c5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AngelLoader/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ public void InitThreadable()
{
#if RELEASE_BETA
//
const string betaVer = "3";
const string betaVer = "4";
Text = "AngelLoader " + Application.ProductVersion + " beta " + betaVer;
#else
Text = "AngelLoader " + Application.ProductVersion;
Expand Down

0 comments on commit 6f9c5bc

Please sign in to comment.