mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 05:05:26 +00:00
Tweak version number and hashes
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
return array (
|
||||
'app_version' => 'v8.0.0-pre',
|
||||
'full_app_version' => 'v8.0.0-pre - build 16501-gca11efd3ee',
|
||||
'build_version' => '16501',
|
||||
'app_version' => 'v8.0.0',
|
||||
'full_app_version' => 'v8.0.0 - build 16962-g982cfeca32',
|
||||
'build_version' => '16962',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'gca11efd3ee',
|
||||
'full_hash' => 'v8.0.0-pre-447-gca11efd3ee',
|
||||
'branch' => 'develop',
|
||||
'hash_version' => 'g982cfeca32',
|
||||
'full_hash' => 'v8.0.0-172-g982cfeca32',
|
||||
'branch' => 'master',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user