Merge pull request #343 from John-Colvin/patch-4

bump version num to v0.9.0-alpha4
This commit is contained in:
Brian Schott 2016-08-11 17:31:33 -07:00 committed by GitHub
commit b46842d637
1 changed files with 1 additions and 1 deletions

View File

@ -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) {}