3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 23:05:58 +00:00
Files
snipe-it/config/version.php
2020-11-30 17:28:03 -08:00

10 lines
272 B
PHP

<?php
return array (
'app_version' => 'v5.0.10',
'full_app_version' => 'v5.0.10 - build 5680-gf9b1fdc36',
'build_version' => '5680',
'prerelease_version' => '',
'hash_version' => 'gf9b1fdc36',
'full_hash' => 'v5.0.10-21-gf9b1fdc36',
'branch' => 'develop',
);