We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c088c commit ca95f7eCopy full SHA for ca95f7e
FileAES-Legacy/Core.cs
@@ -7,7 +7,7 @@ class Core
7
{
8
private const bool _flagIsDevBuild = false;
9
private const bool _flagIsBetaBuild = true;
10
- private const string _betaBuildTag = "BETA_3";
+ private const string _betaBuildTag = "BETA_4";
11
private const string _copyrightInfo = "mullak99 © 2019";
12
13
private bool _versionSpoof = false;
0 commit comments