From 8c4b147605a445181dd863f78dbfcd32d326d769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sat, 27 Oct 2018 20:14:09 +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 abdfa12..81266c2 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.1"; +enum vibeVersionString = "1.4.4"; /**