From 13c10a0f2b7368ee681b94fc956775cd125d433c Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 14 May 2018 22:33:20 +0200 Subject: [PATCH] update version --- src/dcd/common/dcd_version.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dcd/common/dcd_version.d b/src/dcd/common/dcd_version.d index 84ceeeac..4b694860 100644 --- a/src/dcd/common/dcd_version.d +++ b/src/dcd/common/dcd_version.d @@ -21,7 +21,7 @@ module dcd.common.dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.9.4"; +enum DCD_VERSION = "v0.9.7"; version (Windows) {} else version (built_with_dub) {}