Skip to content

Commit

Permalink
Switch version to 7.13 for ongoing development
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed May 15, 2019
1 parent c933a88 commit 2580c30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -18,7 +18,7 @@ var ErrorDetail = new List<string>();
// SET PACKAGE VERSION
//////////////////////////////////////////////////////////////////////

var version = "3.12.0";
var version = "3.13.0";
var modifier = "";

var dbgSuffix = configuration == "Debug" ? "-dbg" : "";
Expand Down
4 changes: 2 additions & 2 deletions src/NUnitFramework/FrameworkVersion.cs
Expand Up @@ -26,5 +26,5 @@
//
// Current version for the NUnit Framework
//
[assembly: AssemblyVersion("3.12.0.0")]
[assembly: AssemblyFileVersion("3.12.0.0")]
[assembly: AssemblyVersion("3.13.0.0")]
[assembly: AssemblyFileVersion("3.13.0.0")]

0 comments on commit 2580c30

Please sign in to comment.