mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
a3240da707
# Conflicts: # config/version.php
11 lines
267 B
PHP
11 lines
267 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.10',
|
|
'full_app_version' => 'v4.1.10 - build 3249-g8d3a214',
|
|
'build_version' => '3249',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g8d3a214',
|
|
'full_hash' => 'v4.1.10-119-g8d3a214',
|
|
'branch' => 'master',
|
|
);
|