mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
25f537e730
# Conflicts: # config/version.php
11 lines
268 B
PHP
11 lines
268 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.3.0',
|
|
'full_app_version' => 'v4.3.0 - build 3586-gec1fa8e90',
|
|
'build_version' => '3586',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gec1fa8e90',
|
|
'full_hash' => 'v4.3.0-4-gec1fa8e90',
|
|
'branch' => 'master',
|
|
);
|