Bumped hash
Some checks are pending
Crowdin Action / upload-sources-to-crowdin (push) Waiting to run
Docker images (Alpine) / docker (push) Waiting to run
Docker images / docker (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Waiting to run

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-09-20 14:44:19 +01:00
parent 65ce63bc9b
commit 7d858129d9

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v7.0.12', 'app_version' => 'v7.0.13-pre',
'full_app_version' => 'v7.0.12 - build 15249-g713bb104e', 'full_app_version' => 'v7.0.13-pre - build 15360-g4ab478bb9',
'build_version' => '15249', 'build_version' => '15360',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g713bb104e', 'hash_version' => 'g4ab478bb9',
'full_hash' => 'v7.0.12-338-g713bb104e', 'full_hash' => 'v7.0.13-pre-111-g4ab478bb9',
'branch' => 'develop', 'branch' => 'develop',
); );