Bump version and add changelog for v1.10.0

This commit is contained in:
Geod24 2020-08-18 11:16:49 +09:00 committed by Mathias LANG
parent bd8c2c6e90
commit 258342163f
2 changed files with 16 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.9.3";
enum vibeVersionString = "1.10.0";
/**