We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f12144 commit a3c0469Copy full SHA for a3c0469
dub.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"targetType": "executable",
6
"dependencies": {
7
- "workspace-d": "3.5.0-pre.10",
+ "workspace-d": "3.5.0",
8
"eventsystem": "~>1.2.0",
9
"painlessjson": "1.4.0",
10
"libddoc": "0.7.0",
@@ -42,4 +42,4 @@
42
}
43
44
]
45
-}
+}
source/served/info.d
@@ -1,4 +1,4 @@
1
module source.served.info;
2
3
static immutable Version = [0, 6, 0];
-static immutable VersionSuffix = "beta.1"; // like beta.1
+static immutable VersionSuffix = ""; // like beta.1
0 commit comments