Bumped version

This commit is contained in:
snipe 2019-09-03 14:12:13 -07:00
parent b8f7cd81eb
commit 4159a0effa

View file

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