changed version to 1.1.1
This commit is contained in:
parent
fd7c8b244f
commit
b0110a2ecb
|
@ -35,7 +35,7 @@ namespace EZPPClient_Installer
|
||||||
[DllImport("kernel32.dll")]
|
[DllImport("kernel32.dll")]
|
||||||
private static extern bool CreateSymbolicLink(string lpSymlinkFileName, string lpTargetFileName, SymbolicLink dwFlags);
|
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;
|
public static string RELEASESTREAM;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user