Skip to content

Commit a7ea73c

Browse files
authored
Merge pull request #12530 from nextcloud/version/noid/12.0.13rc2
12.0.13 RC 2
2 parents 1c8d354 + 293e413 commit a7ea73c

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
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
2727
// when updating major/minor version number.
2828

29-
$OC_Version = array(12, 0, 13, 0);
29+
$OC_Version = array(12, 0, 13, 1);
3030

3131
// The human readable string
32-
$OC_VersionString = '12.0.13 RC 1';
32+
$OC_VersionString = '12.0.13 RC 2';
3333

3434
$OC_VersionCanBeUpgradedFrom = [
3535
'nextcloud' => [

0 commit comments

Comments
 (0)