Bumped version

This commit is contained in:
snipe 2019-05-29 15:51:54 -07:00
parent 087cdd859e
commit b07a254e60

View file

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