diff --git a/src/dcd_version.d b/src/dcd_version.d index 831fe7c..0c1147b 100644 --- a/src/dcd_version.d +++ b/src/dcd_version.d @@ -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