Update installer

master^2
Mike Koch 6 years ago
parent 4e01fa7971
commit 27e3729fcf
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -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

@ -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),
);
}
Loading…
Cancel
Save