diff --git a/source/workspaced/info.d b/source/workspaced/info.d index b70a895..333e1bc 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, 7, 0]; +static immutable Version = [3, 8, 0]; static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)"; static immutable latestKnownDCDVersion = [0, 13, 6];