Update version

This commit is contained in:
Hackerpilot 2016-01-25 18:49:32 -08:00
parent 17310a2830
commit 851fbd5918
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.8.0-alpha1";
enum DCD_VERSION = "v0.8.0-beta2";
version (Windows) {}
else version (built_with_dub) {}