mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
84d26fe7fa
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php # package-lock.json # public/css/dist/skins/skin-green-dark.css # public/css/dist/skins/skin-green-dark.min.css # public/js/dist/all-defer.js # public/mix-manifest.json
10 lines
283 B
PHP
10 lines
283 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.2.4-pre',
|
|
'full_app_version' => 'v6.2.4-pre - build 12090-g776b16d37',
|
|
'build_version' => '12090',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g776b16d37',
|
|
'full_hash' => 'v6.2.4-pre-329-g776b16d37',
|
|
'branch' => 'master',
|
|
); |