Skip to content

Commit

Permalink
Bumped hash and moved to pre version
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Nov 22, 2023
1 parent 31f429e commit 6409018
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.3',
'full_app_version' => 'v6.2.3 - build 11936-gb47e734b3',
'build_version' => '11936',
'app_version' => 'v6.2.4-pre',
'full_app_version' => 'v6.2.4-pre - build 12088-g780279a62',
'build_version' => '12088',
'prerelease_version' => '',
'hash_version' => 'gb47e734b3',
'full_hash' => 'v6.2.3-175-gb47e734b3',
'hash_version' => 'g780279a62',
'full_hash' => 'v6.2.4-pre-327-g780279a62',
'branch' => 'develop',
);

0 comments on commit 6409018

Please sign in to comment.