mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 12:17:05 -08:00
Fixed pre-version in version.php
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4c11e97922
commit
54067ec449
|
@ -5,6 +5,6 @@ return array (
|
||||||
'build_version' => '13487',
|
'build_version' => '13487',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => '8df9007',
|
'hash_version' => '8df9007',
|
||||||
'full_hash' => 'v6.4.2-97-8df9007',
|
'full_hash' => 'v7.0.0-99-8df9007',
|
||||||
'branch' => 'develop',
|
'branch' => 'develop',
|
||||||
);
|
);
|
Loading…
Reference in a new issue