bump version num to v0.9.0-alpha4
This commit is contained in:
parent
05873e1567
commit
0457f64580
|
@ -21,7 +21,7 @@ module common.dcd_version;
|
||||||
/**
|
/**
|
||||||
* Human-readable version number
|
* Human-readable version number
|
||||||
*/
|
*/
|
||||||
enum DCD_VERSION = "v0.9.0-alpha2";
|
enum DCD_VERSION = "v0.9.0-alpha4";
|
||||||
|
|
||||||
version (Windows) {}
|
version (Windows) {}
|
||||||
else version (built_with_dub) {}
|
else version (built_with_dub) {}
|
||||||
|
|
Loading…
Reference in New Issue