Update version

This commit is contained in:
Hackerpilot 2015-05-04 14:53:43 -07:00
parent 633b1667ef
commit 4a84c4399a
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.6.0";
enum DCD_VERSION = "v0.6.1-dev";
version (Windows) {}
else