Skip to content

Commit

Permalink
bump version number 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Feb 9, 2024
1 parent 35bbec3 commit bb2d295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace build
{
internal static class Program
{
private const string NugetPackageVersion = "7.0.0";
private const string NugetPackageVersion = "7.0.1";

private const string packOutput = "./artifacts";
private const string envVarMissing = " environment variable is missing. Aborting.";
Expand Down

0 comments on commit bb2d295

Please sign in to comment.