Bump version and add changelog for v1.9.3

This commit is contained in:
Geod24 2020-08-03 01:34:52 +09:00 committed by Mathias LANG
parent a83b6a75e8
commit b417214e32
2 changed files with 14 additions and 1 deletions

View file

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