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"; /**