snipe-it/config/version.php

11 lines
271 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2019-05-21 19:17:56 -07:00
'app_version' => 'v4.6.18',
'full_app_version' => 'v4.6.18 - build 4036-g21ec67053',
'build_version' => '4036',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2019-05-21 19:17:56 -07:00
'hash_version' => 'g21ec67053',
'full_hash' => 'v4.6.18-9-g21ec67053',
2019-05-15 16:45:07 -07:00
'branch' => 'master',
2018-08-14 18:22:53 -07:00
);