Skip to content

Commit

Permalink
Prepare patch release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Dec 2, 2023
1 parent cfcbc97 commit ea10cbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var ErrorDetail = new List<string>();
// SET PACKAGE VERSION
//////////////////////////////////////////////////////////////////////

var version = "4.0.0";
var version = "4.0.1";
var modifier = "";

var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
Expand Down
4 changes: 2 additions & 2 deletions src/NUnitFramework/FrameworkVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
//
// Current version for the NUnit Framework
//
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyVersion("4.0.1.0")]
[assembly: AssemblyFileVersion("4.0.1.0")]

0 comments on commit ea10cbc

Please sign in to comment.