From 8ae6614b3d7f2483c00d03320a5668c6f22cad49 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 30 Jan 2015 01:07:02 -0800 Subject: [PATCH] Bump version number --- 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 e1a4797..0fa9e25 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.4.1-dev"; +enum DCD_VERSION = "v0.5.0-alpha"; version (Windows) {} else