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 5, 2022
1 parent 61fa0bd commit 81be845
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.10',
'full_app_version' => 'v6.0.10 - build 8673-gc6cbf3712',
'build_version' => '8673',
'app_version' => 'v6.0.11',
'full_app_version' => 'v6.0.11 - build 8758-g61fa0bda4',
'build_version' => '8758',
'prerelease_version' => '',
'hash_version' => 'gc6cbf3712',
'full_hash' => 'v6.0.10-60-gc6cbf3712',
'branch' => 'master',
'hash_version' => 'g61fa0bda4',
'full_hash' => 'v6.0.11-145-g61fa0bda4',
'branch' => 'develop',
);

0 comments on commit 81be845

Please sign in to comment.