diff --git a/MSI/Product.wxs b/MSI/Product.wxs index d60c6d50..f00c72ee 100644 --- a/MSI/Product.wxs +++ b/MSI/Product.wxs @@ -2,7 +2,7 @@ - - diff --git a/UniversalInstaller/Helper.cs b/UniversalInstaller/Helper.cs index df9ca964..157114da 100644 --- a/UniversalInstaller/Helper.cs +++ b/UniversalInstaller/Helper.cs @@ -1,6 +1,6 @@ /* * FOG Service : A computer management client for the FOG Project - * Copyright (C) 2014-2015 FOG Project + * Copyright (C) 2014-2017 FOG Project * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -28,7 +28,7 @@ namespace FOG public static class Helper { private const string LogName = "Installer"; - public const string ClientVersion = "0.11.7"; + public const string ClientVersion = "0.11.8"; public static IInstall Instance { get; }