server/src/config/version.php
author ymh <ymh.work@gmail.com>
Sat, 10 Jun 2017 17:57:34 +0200
changeset 533 a557802f2b12
parent 530 a76bae4795d5
child 538 0454014a4bb6
permissions -rw-r--r--
Make guzzle client use the proxy configuration when injected by the ioc

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