server/src/config/version.php
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 13:50:03 +0200
changeset 380 b4f69e646e44
parent 366 228ec0935f97
child 381 499e5dabe2d9
permissions -rw-r--r--
add artisan action after upgrade, correct provisioning

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