From b0110a2ecb9bf108046d82f4a49e5d13dfa36646 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 27 May 2021 14:32:52 +0200 Subject: [PATCH] changed version to 1.1.1 --- EZPPClient Installer/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EZPPClient Installer/MainWindow.xaml.cs b/EZPPClient Installer/MainWindow.xaml.cs index 428d9a0..f0eb759 100644 --- a/EZPPClient Installer/MainWindow.xaml.cs +++ b/EZPPClient Installer/MainWindow.xaml.cs @@ -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;