Update change log and bump version to 1.10.3.

This commit is contained in:
Sönke Ludwig 2020-10-15 14:13:16 +02:00
parent 97fdff2574
commit a736481467
2 changed files with 13 additions and 5 deletions

View file

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