Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Feb 11, 2022
1 parent f5ffda8 commit e032cf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v5.3.8',
'full_app_version' => 'v5.3.8 - build 6619-g1ef336a08',
'build_version' => '6619',
'app_version' => 'v5.3.9',
'full_app_version' => 'v5.3.9 - build 6673-gf5ffda805',
'build_version' => '6673',
'prerelease_version' => '',
'hash_version' => 'g1ef336a08',
'full_hash' => 'v5.3.8-31-g1ef336a08',
'hash_version' => 'gf5ffda805',
'full_hash' => 'v5.3.9-52-gf5ffda805',
'branch' => 'master',
);

0 comments on commit e032cf1

Please sign in to comment.