Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Oct 2, 2023
1 parent 228f21e commit c7b8880
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' => 'v6.2.0',
'full_app_version' => 'v6.2.0 - build 11566-g5a5b07f5a',
'build_version' => '11566',
'app_version' => 'v6.2.1',
'full_app_version' => 'v6.2.1 - build 11625-gc45ede2d1',
'build_version' => '11625',
'prerelease_version' => '',
'hash_version' => 'g5a5b07f5a',
'full_hash' => 'v6.2.0-626-g5a5b07f5a',
'hash_version' => 'gc45ede2d1',
'full_hash' => 'v6.2.1-47-gc45ede2d1',
'branch' => 'develop',
);

0 comments on commit c7b8880

Please sign in to comment.