changed version to 1.1.1

This commit is contained in:
HorizonCode 2021-05-27 14:32:52 +02:00
parent fd7c8b244f
commit b0110a2ecb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,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, 0);
private static SemVersion VERSION = new SemVersion(1, 1, 1);
public static string RELEASESTREAM;