From e0a648c7f2b9af9a1f0405cd81480cb12591bada Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Mon, 9 Dec 2019 11:58:24 -0600 Subject: [PATCH] Up version to 0.11.17 --- MSI/Product.wxs | 4 ++-- UniversalInstaller/Helper.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MSI/Product.wxs b/MSI/Product.wxs index 45a9b158..caa7244c 100644 --- a/MSI/Product.wxs +++ b/MSI/Product.wxs @@ -20,14 +20,14 @@ --> - - diff --git a/UniversalInstaller/Helper.cs b/UniversalInstaller/Helper.cs index 28caca70..47b44850 100644 --- a/UniversalInstaller/Helper.cs +++ b/UniversalInstaller/Helper.cs @@ -28,7 +28,7 @@ namespace FOG public static class Helper { private const string LogName = "Installer"; - public const string ClientVersion = "0.11.16"; + public const string ClientVersion = "0.11.17"; public static IInstall Instance { get; }