Bumped version

This commit is contained in:
snipe 2019-07-26 13:02:47 -07:00
parent 3dc2cc9f22
commit c7be25078e

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.7.5', 'app_version' => 'v4.7.6',
'full_app_version' => 'v4.7.5 - build 4137-g55ee90b25', 'full_app_version' => 'v4.7.6 - build 4143-g3dc2cc9f2',
'build_version' => '4137', 'build_version' => '4143',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g55ee90b25', 'hash_version' => 'g3dc2cc9f2',
'full_hash' => 'v4.7.5-18-g55ee90b25', 'full_hash' => 'v4.7.6-24-g3dc2cc9f2',
'branch' => 'master', 'branch' => 'master',
); );