Skip to content

Commit 70fc09b

Browse files
committed
bump to 0.8.0-beta.15
1 parent c7ac331 commit 70fc09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/served/info.d

+1-1
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.14"; // like beta.1
4+
static immutable VersionSuffix = "beta.15"; // 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)