From ea612519c7215c4e6d8cac6c3e1efca75c50952c Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sat, 7 Feb 2015 00:47:07 -0800 Subject: [PATCH] Another bugfix, another beta tag --- src/dcd_version.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dcd_version.d b/src/dcd_version.d index 08cac08..cad1cc2 100644 --- a/src/dcd_version.d +++ b/src/dcd_version.d @@ -21,7 +21,7 @@ module dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.5.0-beta4"; +enum DCD_VERSION = "v0.5.0-beta5"; version (Windows) {} else