Skip to content

Commit 3bd0445

Browse files
committed
Bumping version 1.2.0 for relase
1 parent 10b3bc5 commit 3bd0445

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ globalsettings.json
1313
*.user
1414
*.userosscache
1515
*.sln.docstates
16+
.DS_Store
1617

1718
# User-specific files (MonoDevelop/Xamarin Studio)
1819
*.userprefs

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.1.1";
7+
public const string Version = "1.2.0";
88
}
99
}

0 commit comments

Comments
 (0)