mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
60dcaa9e94
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
10 lines
272 B
PHP
10 lines
272 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.0.14',
|
|
'full_app_version' => 'v6.0.14 - build 9161-g799c9c910',
|
|
'build_version' => '9161',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g799c9c910',
|
|
'full_hash' => 'v6.0.14-117-g799c9c910',
|
|
'branch' => 'master',
|
|
); |