From 8a0e0f1588de6989a034ea3bf50f5ae6b3214989 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Mon, 27 Mar 2023 06:38:44 +0200 Subject: [PATCH] bump to 0.8.0-beta.14 --- 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 962aaba4..2895c312 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.13"; // like beta.1 +static immutable VersionSuffix = "beta.14"; // like beta.1 static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)"; version (Windows) version (DigitalMars) static assert(false,