From 70fc09b4eb69fc06194225dfc23a8df9c5844ce4 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Mon, 25 Sep 2023 16:55:23 +0200 Subject: [PATCH] bump to 0.8.0-beta.15 --- source/served/info.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/served/info.d b/source/served/info.d index 2895c31..a9b2e09 100644 --- a/source/served/info.d +++ b/source/served/info.d @@ -1,7 +1,7 @@ module served.info; static immutable Version = [0, 8, 0]; -static immutable VersionSuffix = "beta.14"; // like beta.1 +static immutable VersionSuffix = "beta.15"; // like beta.1 static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)"; version (Windows) version (DigitalMars) static assert(false,