Skip to content

Commit ca95f7e

Browse files
committed
Updated embedded FAES
1 parent f0c088c commit ca95f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileAES-Legacy/Core.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Core
77
{
88
private const bool _flagIsDevBuild = false;
99
private const bool _flagIsBetaBuild = true;
10-
private const string _betaBuildTag = "BETA_3";
10+
private const string _betaBuildTag = "BETA_4";
1111
private const string _copyrightInfo = "mullak99 © 2019";
1212

1313
private bool _versionSpoof = false;

0 commit comments

Comments
 (0)