From 473e340ef2e18abd80475ece016c49ccb7eb2640 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 23 Apr 2018 15:07:54 +0200 Subject: [PATCH] push version number --- 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 ea40840..4d0da35 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.0"; +enum DCD_VERSION = "v0.9.3"; version (Windows) {} else version (built_with_dub) {}