From 97a0c5b61fb9d772d80a7ee03e34f2fc3af47dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 19 Feb 2024 13:04:23 +0100 Subject: [PATCH] Bump version to 2.8.2. --- 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 1c440434..f3be9762 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -1387,7 +1387,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "2.8.1"; +enum vibeVersionString = "2.8.2"; /**