mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
11 lines
236 B
PHP
11 lines
236 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.5.0',
|
|
'full_app_version' => 'v4.5.0 - build 3707-',
|
|
'build_version' => '3707',
|
|
'prerelease_version' => '',
|
|
'hash_version' => '',
|
|
'full_hash' => 'v4.5.0',
|
|
'branch' => 'develop',
|
|
);
|