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 (
2018-05-21 15:43:04 -07:00
'app_version' => 'v4.4.1',
'full_app_version' => 'v4.4.1 - build 3636-gece916e12',
'build_version' => '3636',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2018-05-21 15:43:04 -07:00
'hash_version' => 'gece916e12',
'full_hash' => 'v4.4.1-54-gece916e12',
'branch' => 'master',
2017-12-12 09:25:06 -08:00
);