From cc28b53e8425d9ca0fb4aa136663ab9f079ecf4a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 2 Jul 2017 15:59:06 +0200 Subject: [PATCH] update version for --version --- src/common/dcd_version.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dcd_version.d b/src/common/dcd_version.d index f2cf8f4..3439006 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.9.0-alpha6"; +enum DCD_VERSION = "v0.9.0-beta.1"; version (Windows) {} else version (built_with_dub) {}