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-07-17 12:32:01 -07:00
'app_version' => 'v4.9.4',
'full_app_version' => 'v4.9.4 - build 4437-g799a93c46',
'build_version' => '4437',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2020-07-17 12:32:01 -07:00
'hash_version' => 'g799a93c46',
'full_hash' => 'v4.9.4-41-g799a93c46',
2019-05-28 13:22:59 -07:00
'branch' => 'master',
2019-12-06 13:05:20 -08:00
);