server/src/config/version.php
author ymh <ymh.work@gmail.com>
Thu, 09 Feb 2017 15:05:36 +0100
changeset 504 4ab820b387da
parent 494 9a7fea1642cc
child 509 fcc59d0ac8aa
permissions -rw-r--r--
Correct the handling of created date. Should correct #0025744

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