Skip to content

Commit

Permalink
prepare 4.2.1 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Jan 21, 2022
1 parent a1ed8ed commit b959872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -13,7 +13,7 @@ var configuration = Argument("configuration", "Release");
//////////////////////////////////////////////////////////////////////

var version = "4.2.1";
var modifier = "-dev.2";
var modifier = "";

var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
var packageVersion = version + modifier + dbgSuffix;
Expand Down

0 comments on commit b959872

Please sign in to comment.