Updated hash

This commit is contained in:
snipe 2021-02-19 10:09:22 -08:00
parent 7f8eddede6
commit a5731a3088

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v5.1.1', 'app_version' => 'v5.1.2-pre',
'full_app_version' => 'v5.1.1 - build 5811-', 'full_app_version' => 'v5.1.2-pre - build 5831-g6449d0aaf',
'build_version' => '5811', 'build_version' => '5831',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => '', 'hash_version' => 'g6449d0aaf',
'full_hash' => 'v5.1.1', 'full_hash' => 'v5.1.2-pre-17-g6449d0aaf',
'branch' => 'develop', 'branch' => 'develop',
); );