From 6bd59c157d5d69b02fce9e7e8662209235cef398 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 30 Oct 2015 12:05:00 -0700 Subject: [PATCH] v0.7.3 --- 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 dbe2321..e90f5d7 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.7.2"; +enum DCD_VERSION = "v0.7.3"; version (Windows) {} else