snipe-it/config/version.php

10 lines
265 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2018-02-21 06:49:36 -08:00
'app_version' => 'v4.1.13',
'full_app_version' => 'v4.1.13 - build 3374-gcccd75f',
'build_version' => '3374',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2018-02-21 06:49:36 -08:00
'hash_version' => 'gcccd75f',
'full_hash' => 'v4.1.12-7-gcccd75f',
2017-12-01 20:49:04 -08:00
'branch' => 'develop',
2018-02-21 06:49:36 -08:00
);