From b1a35a62413f4155669ee87a0f68345fbc06911a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 28 May 2020 21:57:45 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.md | 2 +- source/vibe/core/core.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1207a0..9770555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.9.2 - 2020-05- +1.9.2 - 2020-05-28 ================== - Updated tested compiler range to DMD 2.078.3-2.092.0 and LDC 1.15.0-1.21.0 diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index b19372b..390587c 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -1105,7 +1105,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.9.1"; +enum vibeVersionString = "1.9.2"; /**