server/src/config/constants.php
author ymh <ymh.work@gmail.com>
Fri, 22 Apr 2016 11:20:17 +0200
changeset 153 338bcc78d431
parent 19 eadaf0b8f02e
permissions -rw-r--r--
add HandleClient implementation + configuration + tests

<?php

return [

    'VERSION' => [0,0,0,'alpha',1],

];