Skip to content

Commit

Permalink
Merge pull request #708 from nunit/chore/bump-version
Browse files Browse the repository at this point in the history
chore: bump-version
  • Loading branch information
mikkelbu authored Mar 22, 2024
2 parents d558632 + e8db78d commit d53e02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var targetFramework = Argument("targetFramework", "netstandard2.0");
// SET PACKAGE VERSION
//////////////////////////////////////////////////////////////////////

var version = "4.1.0";
var version = "4.2.0";

var isAppveyor = BuildSystem.IsRunningOnAppVeyor;
var dbgSuffix = configuration == "Debug" ? "-dbg" : "";
Expand Down

0 comments on commit d53e02e

Please sign in to comment.