From 8b7eb1c3ec01fb93a193d4b0d3be20b0d61b0999 Mon Sep 17 00:00:00 2001 From: Jonathan LeBlanc Date: Fri, 27 Jul 2018 15:27:55 -0500 Subject: [PATCH] Bump version to 1.4.0 for release --- BoxCLI/BoxCLIInfo.cs | 2 +- BoxCLIInstaller/Product.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BoxCLI/BoxCLIInfo.cs b/BoxCLI/BoxCLIInfo.cs index 1ab59d18..7cf96b02 100644 --- a/BoxCLI/BoxCLIInfo.cs +++ b/BoxCLI/BoxCLIInfo.cs @@ -4,6 +4,6 @@ public class BoxCLIInfo { public const string ProductTitle = "Box CLI"; - public const string Version = "1.3.0"; + public const string Version = "1.4.0"; } } diff --git a/BoxCLIInstaller/Product.wxs b/BoxCLIInstaller/Product.wxs index d6f5000f..9525714d 100644 --- a/BoxCLIInstaller/Product.wxs +++ b/BoxCLIInstaller/Product.wxs @@ -1,6 +1,6 @@ - +