mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
1806dacb9d
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
11 lines
268 B
PHP
11 lines
268 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.0.4',
|
|
'full_app_version' => 'v6.0.4 - build 8050-gb448c8965',
|
|
'build_version' => '8050',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gb448c8965',
|
|
'full_hash' => 'v6.0.4-4-gb448c8965',
|
|
'branch' => 'master',
|
|
);
|