diff --git a/src/dcd/common/dcd_version.d b/src/dcd/common/dcd_version.d index ea40840..4d0da35 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.0"; +enum DCD_VERSION = "v0.9.3"; version (Windows) {} else version (built_with_dub) {}