mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-27 22:49:41 -08:00
80d91c0c51
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
11 lines
270 B
PHP
11 lines
270 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.0.9',
|
|
'full_app_version' => 'v6.0.9 - build 8515-g51f729872',
|
|
'build_version' => '8515',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g51f729872',
|
|
'full_hash' => 'v6.0.9-103-g51f729872',
|
|
'branch' => 'master',
|
|
);
|