Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>

# Conflicts:
#	config/version.php
  • Loading branch information
snipe committed Jul 5, 2022
2 parents acc2e12 + 2d5755c commit f148876
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.0.6',
'full_app_version' => 'v6.0.6 - build 8300-gdf1e2687d',
'build_version' => '8300',
'app_version' => 'v6.0.7',
'full_app_version' => 'v6.0.7 - build 8351-gacc2e12f1',
'build_version' => '8351',
'prerelease_version' => '',
'hash_version' => 'gdf1e2687d',
'full_hash' => 'v6.0.6-172-gdf1e2687d',
'hash_version' => 'gacc2e12f1',
'full_hash' => 'v6.0.7-42-gacc2e12f1',
'branch' => 'master',
);

0 comments on commit f148876

Please sign in to comment.