Add release notes for v1.10.1

This commit is contained in:
Geod24 2020-08-31 22:12:59 +09:00 committed by Mathias LANG
parent 9a685523f9
commit bc7521ed1f
2 changed files with 8 additions and 1 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.0";
enum vibeVersionString = "1.10.1";
/**