mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
42c8de5620
# 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 3365-g4ed2ef6',
|
|
'build_version' => '3365',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g4ed2ef6',
|
|
'full_hash' => 'v4.1.12-6-g4ed2ef6',
|
|
'branch' => 'master',
|
|
);
|