Bump version number.

This commit is contained in:
Sönke Ludwig 2019-01-26 19:28:43 +01:00
parent 663b43fa34
commit bfcf08def0

View file

@ -1,7 +1,7 @@
/**
This module contains the core functionality of the vibe.d framework.
Copyright: © 2012-2017 RejectedSoftware e.K.
Copyright: © 2012-2019 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
@ -983,7 +983,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
/**
A version string representing the current vibe.d core version
*/
enum vibeVersionString = "1.5.0";
enum vibeVersionString = "1.6.0";
/**