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/v232/UpdateVersion.php

15 lines
205 B
PHP

<?php
namespace v232;
class UpdateVersion extends \AbstractUpdateMigration {
function getUpVersion() {
return '2.3.2';
}
function getDownVersion() {
return '2.3.1';
}
}