From 27ec5fe2d20c40b0e6bf6ba2e2f8788c37a07ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 20 Jan 2019 14:50:56 +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 94f9d50..8419914 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.7"; +enum vibeVersionString = "1.5.0"; /**