From 080944b400420da020e8e0fde815db02859be0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Fri, 17 Apr 2020 18:53:03 +0200 Subject: [PATCH] Bump version to 1.9.1. --- 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 658c513..b19372b 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -1105,7 +1105,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.9.0"; +enum vibeVersionString = "1.9.1"; /**