mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
6220f0d8a5
# Conflicts: # config/version.php
11 lines
263 B
PHP
11 lines
263 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.9-pre',
|
|
'full_app_version' => 'v4.1.9-pre - build 3117-',
|
|
'build_version' => '3117',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'geb827cd',
|
|
'full_hash' => 'v4.1.7-69-geb827cd',
|
|
'branch' => 'master',
|
|
);
|