Bumped version

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-08-15 10:35:02 +01:00
parent 381003eeab
commit 4d66f7c93f

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v7.0.10', 'app_version' => 'v7.0.11',
'full_app_version' => 'v7.0.10 - build 14684-gc2bcc2e2d', 'full_app_version' => 'v7.0.11 - build 14904-g6c0cf9447',
'build_version' => '14684', 'build_version' => '14904',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'gc2bcc2e2d', 'hash_version' => 'g6c0cf9447',
'full_hash' => 'v7.0.10-311-gc2bcc2e2d', 'full_hash' => 'v7.0.11-218-g6c0cf9447',
'branch' => 'master', 'branch' => 'develop',
); );