mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-15 15:57:27 -08:00
7c9c6ea3df
# Conflicts: # config/version.php
11 lines
265 B
PHP
11 lines
265 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.14',
|
|
'full_app_version' => 'v4.1.14 - build 3391-g0f23462',
|
|
'build_version' => '3391',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g0f23462',
|
|
'full_hash' => 'v4.1.13-5-g0f23462',
|
|
'branch' => 'master',
|
|
);
|