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

Commit

Permalink
bump to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jan 21, 2017
1 parent f186430 commit a2f2570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/workspaced/info.d
Expand Up @@ -5,7 +5,7 @@ import OS = std.system;
import std.json;
import std.conv;

static immutable Version = [2, 10, 0];
static immutable Version = [2, 10, 1];

version (Windows) static assert(Compiler.name != "Digital Mars D",
"Use LDC instead of DMD on Windows! See Also: https://github.com/Pure-D/code-d/issues/38");
Expand Down

0 comments on commit a2f2570

Please sign in to comment.