We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2293b commit 8ca8e33Copy full SHA for 8ca8e33
source/served/info.d
@@ -1,7 +1,7 @@
1
module served.info;
2
3
static immutable Version = [0, 8, 0];
4
-static immutable VersionSuffix = "beta.16"; // like beta.1
+static immutable VersionSuffix = "beta.17"; // like beta.1
5
static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)";
6
7
version (Windows) version (DigitalMars) static assert(false,
0 commit comments