Skip to content

Commit 8ca8e33

Browse files
committed
bump to 0.8.0-beta.17
idk the code in tree was somehow not matching the last release
1 parent 3a2293b commit 8ca8e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/served/info.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module served.info;
22

33
static immutable Version = [0, 8, 0];
4-
static immutable VersionSuffix = "beta.16"; // like beta.1
4+
static immutable VersionSuffix = "beta.17"; // like beta.1
55
static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)";
66

77
version (Windows) version (DigitalMars) static assert(false,

0 commit comments

Comments
 (0)