diff --git a/src/common/dcd_version.d b/src/common/dcd_version.d index 4951c8e..4b3ed3c 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.0-alpha"; +enum DCD_VERSION = "v0.7.0"; version (Windows) {} else