mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
cccd75fc42
# Conflicts: # config/version.php
11 lines
265 B
PHP
11 lines
265 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.12',
|
|
'full_app_version' => 'v4.1.12 - build 3371-g4e39895',
|
|
'build_version' => '3371',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g4e39895',
|
|
'full_hash' => 'v4.1.12-6-g4e39895',
|
|
'branch' => 'master',
|
|
);
|