From 0457f64580802035da7971db76e30b838c2e8796 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Thu, 11 Aug 2016 23:48:27 +0100 Subject: [PATCH] bump version num to v0.9.0-alpha4 --- 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 5531dcb..dce9036 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-alpha2"; +enum DCD_VERSION = "v0.9.0-alpha4"; version (Windows) {} else version (built_with_dub) {}