3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-13 00:35:34 +00:00
Files
snipe-it/config/version.php
snipe f2c2fefd99 Bumped hash
Signed-off-by: snipe <snipe@snipe.net>
2025-04-19 15:28:48 +01:00

10 lines
272 B
PHP

<?php
return array (
'app_version' => 'v8.0.4',
'full_app_version' => 'v8.0.4 - build 17704-g0dcb315d9',
'build_version' => '17704',
'prerelease_version' => '',
'hash_version' => 'g0dcb315d9',
'full_hash' => 'v8.0.4-506-g0dcb315d9',
'branch' => 'develop',
);