Bumped version

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-10-04 17:52:24 -07:00
parent 61fa0bda4d
commit 81be84568e

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v6.0.10', 'app_version' => 'v6.0.11',
'full_app_version' => 'v6.0.10 - build 8673-gc6cbf3712', 'full_app_version' => 'v6.0.11 - build 8758-g61fa0bda4',
'build_version' => '8673', 'build_version' => '8758',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'gc6cbf3712', 'hash_version' => 'g61fa0bda4',
'full_hash' => 'v6.0.10-60-gc6cbf3712', 'full_hash' => 'v6.0.11-145-g61fa0bda4',
'branch' => 'master', 'branch' => 'develop',
); );