mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 23:10:23 -08:00
eb423c252a
# Conflicts: # config/version.php
10 lines
270 B
PHP
10 lines
270 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v5.0.12',
|
|
'full_app_version' => 'v5.0.12 - build 5705-gf1d0d1bfe',
|
|
'build_version' => '5705',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gf1d0d1bfe',
|
|
'full_hash' => 'v5.0.12-8-gf1d0d1bfe',
|
|
'branch' => 'master',
|
|
); |