Updated hash

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-10 17:28:11 -07:00
parent 5dfdf73e01
commit 816437b4d8

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v6.0.0-GM', 'app_version' => 'v6.0.0-GM',
'full_app_version' => 'v6.0.0-GM - build 6845-g6304709c7', 'full_app_version' => 'v6.0.0-GM - build 6857-gf4650c65d',
'build_version' => '6845', 'build_version' => '6857',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g6304709c7', 'hash_version' => 'gf4650c65d',
'full_hash' => 'v6.0.0-GM-15-g6304709c7', 'full_hash' => 'v6.0.0-GM-27-gf4650c65d',
'branch' => 'develop', 'branch' => 'develop',
); );