From ce5ac2d978c10fe71df31325c45e0ad772ff7bee Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 7 Mar 2016 15:10:27 -0800 Subject: [PATCH] Alpha 2 --- src/common/dcd_version.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dcd_version.d b/src/common/dcd_version.d index 085443b..5531dcb 100644 --- a/src/common/dcd_version.d +++ b/src/common/dcd_version.d @@ -21,7 +21,7 @@ module common.dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.9.0-alpha1"; +enum DCD_VERSION = "v0.9.0-alpha2"; version (Windows) {} else version (built_with_dub) {}