Skip to content

Commit 6d9809e

Browse files
authored
Merge pull request #310 from nextcloud/version-number
Increase version to 9.0.52
2 parents 179a9c2 + 04d88bc commit 6d9809e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

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

3131
// The human readable string
32-
$OC_VersionString = '9.0.52 RC1';
32+
$OC_VersionString = '9.0.52';
3333

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

0 commit comments

Comments
 (0)