Skip to content

Commit

Permalink
bump version for final, update changelog via calens
Browse files Browse the repository at this point in the history
  • Loading branch information
jnweiger committed Jan 12, 2022
1 parent 99f5cb9 commit 9ba23c2
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, 9, 1, 1];
$OC_Version = [10, 9, 1, 2];

// The human readable string
$OC_VersionString = '10.9.1 RC2';
$OC_VersionString = '10.9.1';

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

Expand Down

0 comments on commit 9ba23c2

Please sign in to comment.