From 7bc5606ac762e4b1576e4d44f858be061517ca99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Tue, 12 Jan 2021 21:16:43 +0100 Subject: [PATCH] Bump version to 1.12.0. Since this adds features, a new minor version is required. --- 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 5dfed44..cf7161e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.11.4 - 2021-01-12 +1.12.0 - 2021-01-12 =================== - Added `ChannelConfig` and a channel mode to minimize synchronization overhead - [pull #241][issue241] diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index 13ecbfb..bfe1e32 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -1103,7 +1103,7 @@ void setTaskCreationCallback(TaskCreationCallback func) /** A version string representing the current vibe.d core version */ -enum vibeVersionString = "1.11.4"; +enum vibeVersionString = "1.12.0"; /**