Skip to content

Commit

Permalink
Bump version in version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Dec 16, 2020
1 parent 40aa355 commit 94282d9
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, 6, 0, 4];
$OC_Version = [10, 6, 0, 5];

// The human readable string
$OC_VersionString = '10.6.0 RC3';
$OC_VersionString = '10.6.0';

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

Expand Down

0 comments on commit 94282d9

Please sign in to comment.