We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b3bc5 commit 3bd0445Copy full SHA for 3bd0445
.gitignore
@@ -13,6 +13,7 @@ globalsettings.json
13
*.user
14
*.userosscache
15
*.sln.docstates
16
+.DS_Store
17
18
# User-specific files (MonoDevelop/Xamarin Studio)
19
*.userprefs
BoxCLI/BoxCLIInfo.cs
@@ -4,6 +4,6 @@ public class BoxCLIInfo
4
{
5
public const string ProductTitle = "Box CLI";
6
7
- public const string Version = "1.1.1";
+ public const string Version = "1.2.0";
8
}
9
0 commit comments