Skip to content

Commit

Permalink
bump final 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Jul 20, 2021
1 parent 489095a commit ff42921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [10, 8, 0, 3];
$OC_Version = [10, 8, 0, 4];

// The human readable string
$OC_VersionString = '10.8.0 RC1';
$OC_VersionString = '10.8.0';

$OC_VersionCanBeUpgradedFrom = [[8, 2, 11],[9, 0, 9],[9, 1]];

Expand Down

0 comments on commit ff42921

Please sign in to comment.