Bumped version

This commit is contained in:
snipe 2017-12-04 23:50:45 -08:00
parent 4584990cc3
commit 28fdbdd5d8

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.1.6', 'app_version' => 'v4.1.7',
'full_app_version' => 'v4.1.6 - build 2834', 'full_app_version' => 'v4.1.7 - build 3031-g4f3c932',
'build_version' => '2834', 'build_version' => '3031',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g83c8449', 'hash_version' => 'g4f3c932',
'full_hash' => 'v4.1.6', 'full_hash' => 'v4.1.6-37-g4f3c932',
'branch' => 'develop', 'branch' => 'develop',
); );