Skip to content

Commit

Permalink
Published beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Oct 23, 2024
1 parent 6cb6936 commit d0e1973
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 @@ -15,7 +15,7 @@ var configuration = Argument("configuration", "Release");

var version = "5.0.0";

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

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

0 comments on commit d0e1973

Please sign in to comment.