Bumped version

(I will release this version officially tomorrow)
This commit is contained in:
snipe 2019-05-05 22:32:01 -04:00
parent a86409868e
commit c6d3c031c7

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.6.15', 'app_version' => 'v4.6.16',
'full_app_version' => 'v4.6.15 - build 4011-gd1e9fbfa2', 'full_app_version' => 'v4.6.16 - build 4018-gce16eae50',
'build_version' => '4011', 'build_version' => '4018',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'gd1e9fbfa2', 'hash_version' => 'gce16eae50',
'full_hash' => 'v4.6.15-2-gd1e9fbfa2', 'full_hash' => 'v4.6.16-6-gce16eae50',
'branch' => 'master', 'branch' => 'features/6204_email_audit-alerts',
); );