server/src/config/version.php
author ymh <ymh.work@gmail.com>
Thu, 16 Nov 2017 16:31:09 +0100
changeset 554 f28a539ba106
parent 548 f624c19354e4
child 572 190ae1dee68d
permissions -rw-r--r--
small vagrant correction for removing ansible warning + create new version

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