Bump version number.
This commit is contained in:
parent
663b43fa34
commit
bfcf08def0
|
@ -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";
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue