From cf914d88275444753db5c97e4a244231536ebe97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 5 Sep 2017 16:05:06 +0200 Subject: [PATCH] Update version. --- 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 c7e3949..6a40232 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -942,7 +942,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.1.1"; +enum vibeVersionString = "1.2.0"; /**