From 8ca8e337fb72ca2ba026c3c2807a7fbd63f87e7b Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Thu, 23 May 2024 01:17:26 +0200 Subject: [PATCH] bump to 0.8.0-beta.17 idk the code in tree was somehow not matching the last release --- 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 0416550f..739e0056 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.16"; // like beta.1 +static immutable VersionSuffix = "beta.17"; // like beta.1 static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)"; version (Windows) version (DigitalMars) static assert(false,