Skip to content

Commit

Permalink
Bumped hash
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Mar 7, 2024
1 parent b3aba4a commit cbe07ad
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.3.2',
'full_app_version' => 'v6.3.2 - build 12834-g9a5c1b812',
'build_version' => '12834',
'full_app_version' => 'v6.3.2 - build 12875-g21ad7f549',
'build_version' => '12875',
'prerelease_version' => '',
'hash_version' => 'g9a5c1b812',
'full_hash' => 'v6.3.2-160-g9a5c1b812',
'branch' => 'master',
'hash_version' => 'g21ad7f549',
'full_hash' => 'v6.3.2-39-g21ad7f549',
'branch' => 'develop',
);

0 comments on commit cbe07ad

Please sign in to comment.