Skip to content

Commit

Permalink
Merge pull request #684 from nunit/chore/bump-version
Browse files Browse the repository at this point in the history
chore: bump-version
  • Loading branch information
mikkelbu authored Jan 27, 2024
2 parents bb132f0 + bdd4a72 commit 9330fc4
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.0.0";
var version = "4.1.0";

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

0 comments on commit 9330fc4

Please sign in to comment.