Skip to content

Commit

Permalink
Updated version to 5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed May 6, 2024
1 parent 72e9b6b commit eb208f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Expand Up @@ -13,9 +13,9 @@ var configuration = Argument("configuration", "Release");
//////////////////////////////////////////////////////////////////////


var version = "4.6.0";
var version = "5.0.0";

var modifier = "-beta.2";
var modifier = "-beta.1";

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

0 comments on commit eb208f0

Please sign in to comment.