From c3832cbb8b29be3cb4cb06f8d33cb5295d31b1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 19 May 2019 11:51:16 +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 a01d297..b45fa72 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -997,7 +997,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.6.2"; +enum vibeVersionString = "1.6.3-alpha.2"; /**