diff --git a/dub.selections.json b/dub.selections.json index 9021f695..92eaa5ec 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -4,7 +4,7 @@ "automem": "0.6.8", "botan": "1.12.19", "botan-math": "1.0.3", - "cachetools": "0.4.0", + "cachetools": "0.4.1", "dcd": "0.15.0", "dfmt": "0.15.0-beta.1", "diet-complete": "0.0.3", diff --git a/source/served/info.d b/source/served/info.d index 3b3dec33..31188f0a 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.10"; // like beta.1 +static immutable VersionSuffix = "beta.12"; // like beta.1 static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)"; version (Windows) version (DigitalMars) static assert(false,