From 82bb08d980f95a81c3ea4fb3efbda5591a077919 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 3 Jul 2017 09:51:48 +0200 Subject: [PATCH] update version for 0.9.0 stable --- 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 3439006..2a81868 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-beta.1"; +enum DCD_VERSION = "v0.9.0"; version (Windows) {} else version (built_with_dub) {}