mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Some checks failed
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.2) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Tests in MySQL / PHP ${{ matrix.php-version }} (8.4) (push) Waiting to run
Tests in SQLite / PHP ${{ matrix.php-version }} (8.3) (push) Waiting to run
Update Docker Hub Description / dockerHubDescription (push) Has been cancelled
Signed-off-by: snipe <snipe@snipe.net>
10 lines
271 B
PHP
10 lines
271 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v8.0.3',
|
|
'full_app_version' => 'v8.0.3 - build 17154-ged8a48672',
|
|
'build_version' => '17154',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'ged8a48672',
|
|
'full_hash' => 'v8.0.3-99-ged8a48672',
|
|
'branch' => 'develop',
|
|
); |