diff --git a/src/common/dcd_version.d b/src/common/dcd_version.d index 50963a8..01ca019 100644 --- a/src/common/dcd_version.d +++ b/src/common/dcd_version.d @@ -21,7 +21,7 @@ module common.dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.7.5"; +enum DCD_VERSION = "v0.8.0-alpha1"; version (Windows) {} else version (built_with_dub) {}