Skip to content

Commit 8b7eb1c

Browse files
committed
Bump version to 1.4.0 for release
1 parent 52b2e07 commit 8b7eb1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BoxCLI/BoxCLIInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ public class BoxCLIInfo
44
{
55
public const string ProductTitle = "Box CLI";
66

7-
public const string Version = "1.3.0";
7+
public const string Version = "1.4.0";
88
}
99
}

BoxCLIInstaller/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" Name="BoxCLI" Language="1033" Version="1.2.0" Manufacturer="Box" UpgradeCode="4c6ec143-4c4b-4c0e-bf14-4e0fa8e1101b">
3+
<Product Id="*" Name="BoxCLI" Language="1033" Version="1.4.0" Manufacturer="Box" UpgradeCode="4c6ec143-4c4b-4c0e-bf14-4e0fa8e1101b">
44
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64"/>
55
<UI>
66
<UIRef Id="WixUI_InstallDir" />

0 commit comments

Comments
 (0)