Update installer

This commit is contained in:
Mike Koch 2018-05-19 23:05:33 -04:00
parent 4e01fa7971
commit 27e3729fcf
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
// Define the current build
define('MODS_FOR_HESK_BUILD', 51);
define('MODS_FOR_HESK_BUILD', 52);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 557 KiB

View File

@ -229,5 +229,7 @@ function getAllMigrations() {
171 => new \v330\AddHighlightTicketRowsSetting(171),
172 => new UpdateMigration('3.3.0', '3.2.5', 172),
173 => new UpdateMigration('3.3.1', '3.3.0', 173),
// 2018.1.0
174 => new UpdateMigration('2018.1.0', '3.3.1', 174),
);
}