mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
f2f8f96991
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # app/Http/Controllers/Api/AssetsController.php # app/Http/Transformers/AssetsTransformer.php # app/Importer/ConsumableImporter.php # app/Models/Consumable.php # config/version.php # package-lock.json # package.json # public/css/dist/all.css # public/css/dist/bootstrap-table.css # public/js/build/app.js # public/js/dist/all.js # public/js/dist/bootstrap-table.js # public/mix-manifest.json # resources/views/custom_fields/fieldsets/view.blade.php # resources/views/layouts/default.blade.php # routes/web.php # routes/web/fields.php
11 lines
303 B
PHP
11 lines
303 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6-pre-alpha',
|
|
'full_app_version' => 'v6-pre-alpha - build 6109-gace7abc1a',
|
|
'build_version' => '6109',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gace7abc1a',
|
|
'full_hash' => 'v6-pre-alpha-71-gace7abc1a',
|
|
'branch' => 'develop-v6-integration',
|
|
);
|