snipe-it/config/version.php

10 lines
267 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2020-10-26 14:24:19 -07:00
'app_version' => 'v5.0.4',
'full_app_version' => 'v5.0.4 - build 5452-gc93f4ef0d',
'build_version' => '5452',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2020-10-26 14:24:19 -07:00
'hash_version' => 'gc93f4ef0d',
'full_hash' => 'v5.0.4-7-gc93f4ef0d',
2020-10-19 17:49:56 -07:00
'branch' => 'master',
2020-09-24 14:19:34 -07:00
);