mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-31 16:37:27 -08:00
1695b8250f
Some checks failed
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Has been cancelled
Codacy Security Scan / Codacy Security Scan (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Signed-off-by: snipe <snipe@snipe.net>
10 lines
274 B
PHP
10 lines
274 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v7.0.13',
|
|
'full_app_version' => 'v7.0.13 - build 15514-gdc0949da7',
|
|
'build_version' => '15514',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gdc0949da7',
|
|
'full_hash' => 'v7.0.13-265-gdc0949da7',
|
|
'branch' => 'master',
|
|
); |