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 (
'app_version' => 'v5.3.7',
'full_app_version' => 'v5.3.7 - build 6587-gcf14a0222',
'build_version' => '6587',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'gcf14a0222',
'full_hash' => 'v5.3.7-19-gcf14a0222',
'branch' => 'master',
2020-09-24 14:19:34 -07:00
);