Skip to content

Commit 5cd316d

Browse files
authored
Merge pull request #23224 from nextcloud/version/18.0.10/RC2
18.0.10 RC2
2 parents b602be9 + e8da311 commit 5cd316d

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
@@ -29,10 +29,10 @@
2929
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
3030
// when updating major/minor version number.
3131

32-
$OC_Version = array(18, 0, 10, 0);
32+
$OC_Version = array(18, 0, 10, 1);
3333

3434
// The human readable string
35-
$OC_VersionString = '18.0.10RC1';
35+
$OC_VersionString = '18.0.10RC2';
3636

3737
$OC_VersionCanBeUpgradedFrom = [
3838
'nextcloud' => [

0 commit comments

Comments
 (0)