snipe-it/config/version.php

10 lines
274 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
'app_version' => 'v7.1.16',
'full_app_version' => 'v7.1.16 - build 16564-gfb857ccf5',
'build_version' => '16564',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'gfb857ccf5',
'full_hash' => 'v7.1.16-510-gfb857ccf5',
'branch' => 'master',
);