We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8697548 commit 0e9a736Copy full SHA for 0e9a736
dub.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"copyright": "Copyright © 2017-2021, webfreak",
6
"dependencies": {
7
- "workspace-d": "3.6.0-pre.15",
+ "workspace-d": "3.6.0",
8
"eventsystem": "~>1.2.0",
9
"libddoc": "0.7.4",
10
"rm-rf": "~>0.1.0",
source/served/info.d
@@ -1,4 +1,4 @@
1
module source.served.info;
2
3
static immutable Version = [0, 7, 0];
-static immutable VersionSuffix = "beta.7"; // like beta.1
+static immutable VersionSuffix = "rc.1"; // like beta.1
0 commit comments