Skip to content

Commit 43785cf

Browse files
authored
Merge pull request #10236 from nextcloud/version/noid/13.0.5RC2
13.0.5 RC 2
2 parents 96463fa + 9ef0a2e commit 43785cf

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
@@ -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(13, 0, 5, 0);
32+
$OC_Version = array(13, 0, 5, 1);
3333

3434
// The human readable string
35-
$OC_VersionString = '13.0.5 RC 1';
35+
$OC_VersionString = '13.0.5 RC 2';
3636

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

0 commit comments

Comments
 (0)