Update change log and bump version number

This commit is contained in:
Sönke Ludwig 2018-07-09 09:20:55 +02:00
parent 5f18693c49
commit 20558e4416
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C
2 changed files with 2 additions and 2 deletions

View file

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