From af5dc810f03658a48d946756a8ff01a2d64c8999 Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Sat, 25 Apr 2020 00:21:18 -0500 Subject: [PATCH] Up version to 0.12.0 --- 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 6412f01c..b874422b 100644 --- a/MSI/Product.wxs +++ b/MSI/Product.wxs @@ -20,14 +20,14 @@ --> - - diff --git a/UniversalInstaller/Helper.cs b/UniversalInstaller/Helper.cs index 37fa9776..837ad2d2 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.19"; + public const string ClientVersion = "0.12.0"; public static IInstall Instance { get; }