mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
4cc9b5a5a2
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
10 lines
271 B
PHP
10 lines
271 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.0.10',
|
|
'full_app_version' => 'v6.0.10 - build 8610-g22710afee',
|
|
'build_version' => '8610',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g22710afee',
|
|
'full_hash' => 'v6.0.10-91-g22710afee',
|
|
'branch' => 'master',
|
|
); |