Another bugfix, another beta tag

This commit is contained in:
Hackerpilot 2015-02-07 00:47:07 -08:00
parent 7d839ebbc7
commit ea612519c7
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-beta4";
enum DCD_VERSION = "v0.5.0-beta5";
version (Windows) {}
else