Bumped version for v4.9.5

This commit is contained in:
snipe 2020-09-15 18:43:19 -07:00 committed by GitHub
parent 5b68a321a6
commit b9e19468e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v4.9.4',
'full_app_version' => 'v4.9.4 - build 4437-g799a93c46',
'build_version' => '4437',
'app_version' => 'v4.9.5',
'full_app_version' => 'v4.9.5 - build 4482-g5b68a321a',
'build_version' => '4482',
'prerelease_version' => '',
'hash_version' => 'g799a93c46',
'full_hash' => 'v4.9.4-41-g799a93c46',
'hash_version' => 'g5b68a321a',
'full_hash' => 'v4.9.5-44-g5b68a321a',
'branch' => 'master',
);
);