mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Set beta version tag
This commit is contained in:
parent
1e1d32dc85
commit
471fcd1272
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v5.0.0-pre',
|
||||
'full_app_version' => 'v5.0.0-pre - build 3866-g3de1de9dc',
|
||||
'app_version' => 'v5.0.0-beta-1.0',
|
||||
'full_app_version' => 'v5.0.0-beta-1.0 - build 3866-g3de1de9dc',
|
||||
'build_version' => '3866',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'g3de1de9dc',
|
||||
'full_hash' => 'v5.0.0-pre-19-g3de1de9dc',
|
||||
'full_hash' => 'v5.0.0--beta-1.0-19-g3de1de9dc',
|
||||
'branch' => 'develop',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue