snipe-it/config/version.php

11 lines
268 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2019-05-31 14:17:26 -07:00
'app_version' => 'v4.7.4',
'full_app_version' => 'v4.7.4 - build 4107-g49a255c8f',
'build_version' => '4107',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2019-05-31 14:17:26 -07:00
'hash_version' => 'g49a255c8f',
'full_hash' => 'v4.7.4-8-g49a255c8f',
2019-05-28 13:22:59 -07:00
'branch' => 'master',
2018-08-14 18:22:53 -07:00
);