We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ece89 commit f67a07cCopy full SHA for f67a07c
Source/Meadow.CLI/Meadow.CLI.csproj
@@ -10,7 +10,7 @@
10
<Authors>Wilderness Labs, Inc</Authors>
11
<Company>Wilderness Labs, Inc</Company>
12
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13
- <PackageVersion>2.2.0.0</PackageVersion>
+ <PackageVersion>2.2.0.1</PackageVersion>
14
<Platforms>AnyCPU</Platforms>
15
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.CLI/</PackageProjectUrl>
16
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.CLI</RepositoryUrl>
Source/Meadow.CLI/Properties/AssemblyInfo.cs
@@ -6,5 +6,5 @@ namespace Meadow.CLI;
6
7
public static class Constants
8
{
9
- public const string CLI_VERSION = "2.2.0.0";
+ public const string CLI_VERSION = "2.2.0.1";
}
0 commit comments