mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
4c5f20fde4
# Conflicts: # app/Importer/Importer.php # config/version.php
11 lines
264 B
PHP
11 lines
264 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.2.0',
|
|
'full_app_version' => 'v4.2.0 - build 3508-g086711e46',
|
|
'build_version' => '3508',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g590938f',
|
|
'full_hash' => 'v4.2.0-4-g590938f',
|
|
'branch' => 'master',
|
|
);
|