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 (
2020-10-19 16:36:25 -07:00
'app_version' => 'v5.0.0',
'full_app_version' => 'v5.0.0 - build 4484-g33cf4896d',
2020-10-09 17:29:31 -07:00
'build_version' => '4484',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2020-10-09 17:29:31 -07:00
'hash_version' => 'g33cf4896d',
2020-10-19 16:36:25 -07:00
'full_hash' => 'v5.0.0-1-g33cf4896d',
2018-06-21 07:40:37 -07:00
'branch' => 'develop',
2020-09-24 14:19:34 -07:00
);