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 <snipe@snipe.net>

# Conflicts:
#	config/version.php
  • Loading branch information
snipe committed Jun 17, 2024
2 parents 430808e + 08bd39d commit cbb5b6e
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' => 'v7.0.1',
'full_app_version' => 'v7.0.1 - build 13553-g9fccafa3a',
'build_version' => '13553',
'app_version' => 'v7.0.2',
'full_app_version' => 'v7.0.2 - build 13978-g430808e18',
'build_version' => '13978',
'prerelease_version' => '',
'hash_version' => 'g9fccafa3a',
'full_hash' => 'v7.0.1-51-g9fccafa3a',
'hash_version' => 'g430808e18',
'full_hash' => 'v7.0.2-12-g430808e18',
'branch' => 'master',
);

0 comments on commit cbb5b6e

Please sign in to comment.