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 (
'app_version' => 'v5.1.6',
'full_app_version' => 'v5.1.6 - build 6109-gace7abc1a',
'build_version' => '6109',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'gace7abc1a',
'full_hash' => 'v5.1.6-71-gace7abc1a',
2021-06-22 20:13:03 -07:00
'branch' => 'master',
);