diff --git a/MSI/Product.wxs b/MSI/Product.wxs index 9845890d..e7ef84df 100644 --- a/MSI/Product.wxs +++ b/MSI/Product.wxs @@ -20,14 +20,14 @@ --> - - diff --git a/UniversalInstaller/Helper.cs b/UniversalInstaller/Helper.cs index b590e0ec..cb9d5787 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.1"; + public const string ClientVersion = "0.11.2"; public static IInstall Instance { get; }