diff --git a/src/dcd/common/dcd_version.d b/src/dcd/common/dcd_version.d index 84ceeea..4b69486 100644 --- a/src/dcd/common/dcd_version.d +++ b/src/dcd/common/dcd_version.d @@ -21,7 +21,7 @@ module dcd.common.dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.9.4"; +enum DCD_VERSION = "v0.9.7"; version (Windows) {} else version (built_with_dub) {}