diff --git a/src/dcd_version.d b/src/dcd_version.d index 08cac08..cad1cc2 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.5.0-beta4"; +enum DCD_VERSION = "v0.5.0-beta5"; version (Windows) {} else