Skip to content

Commit aeafac9

Browse files
committed
Update version to 9.0.56
Signed-off-by: Lukas Reschke <[email protected]>
1 parent 7150a9d commit aeafac9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
2626
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
2727
// when updating major/minor version number.
28-
$OC_Version = array(9, 0, 55, 2);
28+
$OC_Version = array(9, 0, 56, 0);
2929

3030
// The human readable string
31-
$OC_VersionString = '9.0.55';
31+
$OC_VersionString = '9.0.56';
3232

3333
$OC_VersionCanBeUpgradedFrom = array(8, 2);
3434

0 commit comments

Comments
 (0)