mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
38678d4646
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
11 lines
272 B
PHP
11 lines
272 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.0.12',
|
|
'full_app_version' => 'v6.0.12 - build 8876-gbc4c6abe0',
|
|
'build_version' => '8876',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gbc4c6abe0',
|
|
'full_hash' => 'v6.0.12-50-gbc4c6abe0',
|
|
'branch' => 'master',
|
|
);
|