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

Commit 76dccaa

Browse files
committed
Bump to 2.12.0
1 parent dab88c9 commit 76dccaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = [2, 11, 0];
8+
static immutable Version = [2, 12, 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)