snipe-it/config/version.php

11 lines
268 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2018-05-21 14:58:16 -07:00
'app_version' => 'v4.3.1',
'full_app_version' => 'v4.3.1 - build 3630-ge63687579',
'build_version' => '3630',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2018-05-21 14:58:16 -07:00
'hash_version' => 'ge63687579',
'full_hash' => 'v4.3.0-48-ge63687579',
'branch' => master',
2017-12-12 09:25:06 -08:00
);