Bumped version

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-11-16 12:02:45 -08:00
parent 7ce5993f5a
commit 78809c0fe7

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v5.3.1', 'app_version' => 'v5.3.2',
'full_app_version' => 'v5.3.1 - build 6490-g6690a0f1d', 'full_app_version' => 'v5.3.2 - build 6508-g7ce5993f5',
'build_version' => '6490', 'build_version' => '6508',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g6690a0f1d', 'hash_version' => 'g7ce5993f5',
'full_hash' => 'v5.3.1-19-g6690a0f1d', 'full_hash' => 'v5.3.2-15-g7ce5993f5',
'branch' => 'master', 'branch' => 'master',
); );