From 851fbd59186bf8b462a69df15fbc6fe9220d442f Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 25 Jan 2016 18:49:32 -0800 Subject: [PATCH] Update 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 01ca019..ac7c229 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.8.0-alpha1"; +enum DCD_VERSION = "v0.8.0-beta2"; version (Windows) {} else version (built_with_dub) {}