Bumped hash

This commit is contained in:
snipe 2019-05-31 13:11:07 -07:00
parent 6966c132d0
commit 925d3a23c6

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.7.3', 'app_version' => 'v4.7.3',
'full_app_version' => 'v4.7.3 - build 4098-g087cdd859', 'full_app_version' => 'v4.7.3 - build 4105-g6966c132d',
'build_version' => '4098', 'build_version' => '4105',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g087cdd859', 'hash_version' => 'g6966c132d',
'full_hash' => 'v4.7.3-2-g087cdd859', 'full_hash' => 'v4.7.3-6-g6966c132d',
'branch' => 'master', 'branch' => 'master',
); );