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.1.7',
'full_app_version' => 'v5.1.7 - build 6136-gbc0c88781',
'build_version' => '6136',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'gbc0c88781',
'full_hash' => 'v5.1.7-25-gbc0c88781',
2021-06-22 20:13:03 -07:00
'branch' => 'master',
2020-09-24 14:19:34 -07:00
);