Skip to content

Commit 4178128

Browse files
authored
Merge pull request #2996 from nextcloud/stable9-version
Increase version
2 parents 03f5591 + a185305 commit 4178128

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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, 56, 0);
28+
$OC_Version = array(9, 0, 56, 1);
2929

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

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

0 commit comments

Comments
 (0)