From a5ff4d3339acbc2f808bb81df976da148ab3d23c Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Thu, 18 Nov 2021 23:03:45 +0100 Subject: [PATCH] bump to 3.6.0 --- source/workspaced/info.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/workspaced/info.d b/source/workspaced/info.d index 7bdff85..25dddfa 100644 --- a/source/workspaced/info.d +++ b/source/workspaced/info.d @@ -5,7 +5,7 @@ import OS = std.system; import std.conv; import std.json; -static immutable Version = [3, 5, 0]; +static immutable Version = [3, 6, 0]; static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)"; version (Windows) version (DigitalMars) static assert(false,