server/src/config/version.php
author ymh <ymh.work@gmail.com>
Fri, 15 Sep 2017 14:38:59 +0200
changeset 547 3924c7b4ad8f
parent 544 ad58d7627f70
child 548 f624c19354e4
permissions -rw-r--r--
integrate cms changes for bugs #0028097, #0027866, #0028004

<?php
    return [
        /*
        |--------------------------------------------------------------------------
        | Application version
        |--------------------------------------------------------------------------
        |
        | Must be incremented as needed.
        |
        */
        'version' => '0.0.22'
    ];