Bump version.

This commit is contained in:
Sönke Ludwig 2020-05-28 21:57:45 +02:00
parent b7dffd5b2a
commit b1a35a6241
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
1.9.2 - 2020-05- 1.9.2 - 2020-05-28
================== ==================
- Updated tested compiler range to DMD 2.078.3-2.092.0 and LDC 1.15.0-1.21.0 - Updated tested compiler range to DMD 2.078.3-2.092.0 and LDC 1.15.0-1.21.0

View file

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