Bumped version

This commit is contained in:
snipe 2019-05-28 19:08:35 -07:00
parent 6f2717a876
commit 7aa6ef5f6c

View file

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