Bumped point version

This commit is contained in:
snipe 2021-03-09 16:19:21 -08:00
parent c3871c98df
commit 0fa07a4bca

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v5.1.2', 'app_version' => 'v5.1.3',
'full_app_version' => 'v5.1.2 - build 5847-g00a7c1e9e', 'full_app_version' => 'v5.1.3 - build 5862-gc3871c98d',
'build_version' => '5847', 'build_version' => '5862',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g00a7c1e9e', 'hash_version' => 'gc3871c98d',
'full_hash' => 'v5.1.2-33-g00a7c1e9e', 'full_hash' => 'v5.1.3-12-gc3871c98d',
'branch' => 'master', 'branch' => 'master',
); );