From 2ba6c2eca1c5f5aa9838b2d39124188e20eca324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 20 Jul 2017 18:50:40 +0200 Subject: [PATCH] Bump version number. --- source/vibe/core/core.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index 1837133..ff2f68f 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -940,9 +940,9 @@ void setTaskCreationCallback(TaskCreationCallback func) /** - A version string representing the current vibe version + A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.1.0"; +enum vibeVersionString = "1.1.1"; /**