3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-08 12:05:44 +00:00
Files
snipe-it/config/version.php
snipe afb7fcfa3e Bumped hash
Signed-off-by: snipe <snipe@snipe.net>
2021-03-17 20:02:54 -07:00

10 lines
269 B
PHP

<?php
return array (
'app_version' => 'v5.1.3',
'full_app_version' => 'v5.1.3 - build 5847-g00a7c1e9e',
'build_version' => '5847',
'prerelease_version' => '',
'hash_version' => 'g00a7c1e9e',
'full_hash' => 'v5.1.3-33-g00a7c1e9e',
'branch' => 'develop',
);