snipe-it/config/version.php

10 lines
269 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2020-11-24 13:53:28 -08:00
'app_version' => 'v5.0.9',
'full_app_version' => 'v5.0.9 - build 5616-973eacf6c3',
2020-11-23 12:33:07 -08:00
'build_version' => '5616',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2020-11-24 13:53:28 -08:00
'hash_version' => '973eacf6c3',
'full_hash' => 'v5.0.9-87-973eacf6c3',
2020-11-16 23:57:17 -08:00
'branch' => 'develop',
2020-09-24 14:19:34 -07:00
);