mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
305804f260
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php # package-lock.json # public/css/dist/all.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.0-pre',
|
|
'full_app_version' => 'v6.2.0-pre - build 11391-g319cb2305',
|
|
'build_version' => '11391',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g319cb2305',
|
|
'full_hash' => 'v6.2.0-pre-451-g319cb2305',
|
|
'branch' => 'master',
|
|
); |