Skip to content

Commit

Permalink
Bumped version to v6.0.0-RC-5
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Mar 16, 2022
1 parent 0f95802 commit c0451fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v6.0.0-RC-4',
'full_app_version' => 'v6.0.0-RC-4 - build 6754-gafd83311a',
'build_version' => '6754',
'app_version' => 'v6.0.0-RC-5',
'full_app_version' => 'v6.0.0-RC-5 - build 6772-g7cbcd2d95',
'build_version' => '6772',
'prerelease_version' => '',
'hash_version' => 'gafd83311a',
'full_hash' => 'v6.0.0-RC-4-1-gafd83311a',
'branch' => 'develop',
'hash_version' => 'g7cbcd2d95',
'full_hash' => 'v6.0.0-RC-5-19-g7cbcd2d95',
'branch' => 'merges/master_down_to_develop_march_16',
);

0 comments on commit c0451fe

Please sign in to comment.