Skip to content

Commit f67a07c

Browse files
committed
Bump version to 2.2.0.1
1 parent 28ece89 commit f67a07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Meadow.CLI/Meadow.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>Wilderness Labs, Inc</Authors>
1111
<Company>Wilderness Labs, Inc</Company>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<PackageVersion>2.2.0.0</PackageVersion>
13+
<PackageVersion>2.2.0.1</PackageVersion>
1414
<Platforms>AnyCPU</Platforms>
1515
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.CLI/</PackageProjectUrl>
1616
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.CLI</RepositoryUrl>

Source/Meadow.CLI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ namespace Meadow.CLI;
66

77
public static class Constants
88
{
9-
public const string CLI_VERSION = "2.2.0.0";
9+
public const string CLI_VERSION = "2.2.0.1";
1010
}

0 commit comments

Comments
 (0)