Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	config/version.php
  • Loading branch information
snipe committed Nov 24, 2020
2 parents ef95739 + e9bfb15 commit 74b26a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v5.0.8',
'full_app_version' => 'v5.0.8 - build 5616-8a38b9d',
'app_version' => 'v5.0.9',
'full_app_version' => 'v5.0.9 - build 5616-973eacf6c3',
'build_version' => '5616',
'prerelease_version' => '',
'hash_version' => '8a38b9d',
'full_hash' => 'v5.0.8-87-8a38b9d',
'hash_version' => '973eacf6c3',
'full_hash' => 'v5.0.9-87-973eacf6c3',
'branch' => 'master',
);

0 comments on commit 74b26a3

Please sign in to comment.