From 79bb21c6a3ca995df2b6c54e4ef900cee7d435a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 16 Jun 2019 10:16:58 +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 433b6fe..d72b8e8 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -996,7 +996,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.6.3-alpha.2"; +enum vibeVersionString = "1.7.0-beta.1"; /**