From 3dff74fc0fe763c6851d590b881def6e7a86e51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 25 Aug 2019 17:12:49 +0200 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 c285d4f..2700807 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -998,7 +998,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.7.0-rc.1"; +enum vibeVersionString = "1.7.0-rc.2"; /**