snipe-it/config/version.php

11 lines
269 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2019-09-03 14:12:13 -07:00
'app_version' => 'v4.7.7',
'full_app_version' => 'v4.7.7 - build 4160-gb8f7cd81e',
'build_version' => '4160',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2019-09-03 14:12:13 -07:00
'hash_version' => 'gb8f7cd81e',
'full_hash' => 'v4.7.7-41-gb8f7cd81e',
2019-05-28 13:22:59 -07:00
'branch' => 'master',
2018-08-14 18:22:53 -07:00
);