server/src/config/version.php
author ymh <ymh.work@gmail.com>
Fri, 10 Feb 2017 12:03:12 +0100
changeset 506 8a5bb4b48b85
parent 494 9a7fea1642cc
child 509 fcc59d0ac8aa
permissions -rw-r--r--
try to solve #0025932 + try to improve indexing process reliability by retrying bnf label resolve queries

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