Bumped version

This commit is contained in:
snipe 2019-12-06 13:05:20 -08:00
parent 893454dca7
commit 91bb76fd8a

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.7.8', 'app_version' => 'v4.8.0',
'full_app_version' => 'v4.7.8 - build 4170-g4fe689dc5', 'full_app_version' => 'v4.8.0 - build 4186-g893454dca',
'build_version' => '4170', 'build_version' => '4186',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g4fe689dc5', 'hash_version' => 'g893454dca',
'full_hash' => 'v4.7.8-7-g4fe689dc5', 'full_hash' => 'v4.8.0-g893454dca',
'branch' => 'master', 'branch' => 'master',
); );