From 48908a7f1558b1b4fdd7fef67e873cd983a217a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 20 Jan 2019 13:26:44 +0100 Subject: [PATCH] Bump version number. --- source/vibe/core/core.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index f94b548..94f9d50 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -928,7 +928,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.4.6"; +enum vibeVersionString = "1.4.7"; /**