snipe-it/config/version.php
snipe fddbdafb99
Some checks are pending
CodeQL Security Scan / CodeQL Security Scan (javascript) (push) Waiting to run
Codacy Security Scan / Codacy Security Scan (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
Fixed conflict
Signed-off-by: snipe <snipe@snipe.net>
2024-09-10 19:03:56 +01:00

10 lines
274 B
PHP

<?php
return array (
'app_version' => 'v7.0.12',
'full_app_version' => 'v7.0.12 - build 15249-g713bb104e',
'build_version' => '15249',
'prerelease_version' => '',
'hash_version' => 'g713bb104e',
'full_hash' => 'v7.0.12-338-g713bb104e',
'branch' => 'master',
);