snipe-it/config/version.php

10 lines
268 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
'app_version' => 'v5.1.4',
'full_app_version' => 'v5.1.4 - build 5886-g9f3a8a43c',
'build_version' => '5886',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'g9f3a8a43c',
'full_hash' => 'v5.1.3-23-g9f3a8a43c',
2021-02-25 16:54:23 -08:00
'branch' => 'master',
2020-09-24 14:19:34 -07:00
);