You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mods-for-HESK-Netsyms/install/migrations/v230/UpdateVersion.php

15 lines
205 B
PHP

<?php
namespace v230;
class UpdateVersion extends \AbstractUpdateMigration {
function getUpVersion() {
return '2.3.0';
}
function getDownVersion() {
return '2.2.1';
}
}