snipe-it/config/version.php

10 lines
268 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2021-03-09 16:19:21 -08:00
'app_version' => 'v5.1.3',
'full_app_version' => 'v5.1.3 - build 5862-gc3871c98d',
'build_version' => '5862',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2021-03-09 16:19:21 -08:00
'hash_version' => 'gc3871c98d',
'full_hash' => 'v5.1.3-12-gc3871c98d',
2021-02-25 16:54:23 -08:00
'branch' => 'master',
2020-09-24 14:19:34 -07:00
);