Bumped hash on master to 6.0.4

Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	config/version.php
This commit is contained in:
snipe 2022-06-13 23:59:43 -07:00
commit 1806dacb9d

View file

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v6.0.3',
'full_app_version' => 'v6.0.3 - build 8045-ga7b155108',
'build_version' => '8045',
'app_version' => 'v6.0.4',
'full_app_version' => 'v6.0.4 - build 8050-gb448c8965',
'build_version' => '8050',
'prerelease_version' => '',
'hash_version' => 'ga7b155108',
'full_hash' => 'v6.0.3-153-ga7b155108',
'hash_version' => 'gb448c8965',
'full_hash' => 'v6.0.4-4-gb448c8965',
'branch' => 'master',
);
);