From c3f911157027793ae20799caca5a8622975caea3 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 27 Apr 2018 09:29:47 +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 4d0da35..84ceeea 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.3"; +enum DCD_VERSION = "v0.9.4"; version (Windows) {} else version (built_with_dub) {}