From c84ac8acf30d7ba7285411d7f5246fe7a3cfec89 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Sat, 19 Jun 2021 22:13:55 +0200 Subject: [PATCH] forgot to change version smh --- 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 7ad0121..7709a83 100644 --- a/EZPPClient Installer/MainWindow.xaml.cs +++ b/EZPPClient Installer/MainWindow.xaml.cs @@ -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;