mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
2db6cf85a7
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.2',
|
|
'full_app_version' => 'v6.0.2 - build 7880-g43c5b412c',
|
|
'build_version' => '7880',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g43c5b412c',
|
|
'full_hash' => 'v6.0.2-128-g43c5b412c',
|
|
'branch' => 'master',
|
|
);
|