Skip to content

Commit 6286803

Browse files
committed
Version 5.0
1 parent e6d58ff commit 6286803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var configuration = Argument("configuration", "Release");
1515

1616
var version = "5.0.0";
1717

18-
var modifier = "-beta.7";
18+
var modifier = "";
1919

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

0 commit comments

Comments
 (0)