Bumped hash

This commit is contained in:
snipe 2017-12-12 09:24:40 -08:00
parent 5504dd435f
commit 671a125c62

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.1.8-pre', 'app_version' => 'v4.1.8',
'full_app_version' => 'v4.1.8-pre - build 3068 (gceca76b)', 'full_app_version' => 'v4.1.8 - build 3103-geb827cd',
'build_version' => '3068', 'build_version' => '3103',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'gceca76b', 'hash_version' => 'geb827cd',
'full_hash' => 'v4.1.7-34-gceca76b', 'full_hash' => 'v4.1.7-69-geb827cd',
'branch' => 'develop', 'branch' => 'develop',
); );