Update change log and bump version to 1.8.1.

This commit is contained in:
Sönke Ludwig 2019-12-17 10:37:28 +01:00
parent 8792e315a4
commit 699f43c80c
2 changed files with 9 additions and 1 deletions

View file

@ -998,7 +998,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
/**
A version string representing the current vibe.d core version
*/
enum vibeVersionString = "1.8.0";
enum vibeVersionString = "1.8.1";
/**