mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-29 14:41:35 -08:00
c250c632f3
# Conflicts: # config/version.php
11 lines
266 B
PHP
11 lines
266 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.14',
|
|
'full_app_version' => 'v4.1.14 - build 3408-ga705c71',
|
|
'build_version' => '3408',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'ga705c71',
|
|
'full_hash' => 'v4.1.14-17-ga705c71',
|
|
'branch' => 'master',
|
|
);
|