Bump version number.

This commit is contained in:
Sönke Ludwig 2019-09-17 19:35:08 +02:00
parent b775351e74
commit 04be22b00e

View file

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