Skip to content

Commit f7d5351

Browse files
authored
Change version to 9.0.54
1 parent dc54b26 commit f7d5351

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

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

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

0 commit comments

Comments
 (0)