forgot to change version smh

This commit is contained in:
HorizonCode 2021-06-19 22:13:55 +02:00
parent 236de72895
commit c84ac8acf3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace EZPPClient_Installer
[DllImport("kernel32.dll")]
private static extern bool CreateSymbolicLink(string lpSymlinkFileName, string lpTargetFileName, SymbolicLink dwFlags);
private static SemVersion VERSION = new SemVersion(1, 1, 1);
private static SemVersion VERSION = new SemVersion(1, 1, 2);
public static string RELEASESTREAM;