Bump version to 1.12.0.

Since this adds features, a new minor version is required.
This commit is contained in:
Sönke Ludwig 2021-01-12 21:16:43 +01:00
parent bf947f80e7
commit 7bc5606ac7
2 changed files with 2 additions and 2 deletions

View file

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