This commit is contained in:
Brian Schott 2015-02-11 15:00:53 -08:00
parent ea612519c7
commit f6657b94e7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module dcd_version;
/**
* Human-readable version number
*/
enum DCD_VERSION = "v0.5.0-beta5";
enum DCD_VERSION = "v0.5.0";
version (Windows) {}
else