Bumped version to dev, bumped hash

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-05-27 18:20:32 +01:00
parent 8df9007a8e
commit 4c11e97922

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v6.4.2', 'app_version' => 'v7.0.0-dev',
'full_app_version' => 'v6.4.2 - build 13487-gb489c71fa2', 'full_app_version' => 'v7.0.0 - build 8df9007-gb489c71fa2',
'build_version' => '13487', 'build_version' => '13487',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'gb489c71fa2', 'hash_version' => '8df9007',
'full_hash' => 'v6.4.2-97-gb489c71fa2', 'full_hash' => 'v6.4.2-97-8df9007',
'branch' => 'develop', 'branch' => 'develop',
); );