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-07-26 13:02:47 -07:00
'app_version' => 'v4.7.6',
'full_app_version' => 'v4.7.6 - build 4143-g3dc2cc9f2',
'build_version' => '4143',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2019-07-26 13:02:47 -07:00
'hash_version' => 'g3dc2cc9f2',
'full_hash' => 'v4.7.6-24-g3dc2cc9f2',
2019-05-28 13:22:59 -07:00
'branch' => 'master',
2018-08-14 18:22:53 -07:00
);