Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 6bb61a4

Browse files
committed
bump workspace-d to 3.3.0
1 parent e5a526b commit 6bb61a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/workspaced/info.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import OS = std.system;
55
import std.json;
66
import std.conv;
77

8-
static immutable Version = [3, 2, 0];
8+
static immutable Version = [3, 3, 0];
99

1010
version (Windows) version (CRuntime_DigitalMars) static assert(false, "DigitalMars C Runtime not supported! Compile with -m32mscoff (dmd) or -a x86_mscoff (dub) See Also: https://github.com/Pure-D/code-d/issues/38");
1111
version (Windows) version (X86_64) static if (Compiler.name == "Digital Mars D")

0 commit comments

Comments
 (0)