Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-07-16 10:48:00 +0300
committerGitHub <noreply@github.com>2018-07-16 10:48:00 +0300
commit43785cf1a80892e35a133b76a087eb52d19d4060 (patch)
tree2fd85c80ae039b239210ee2f259e889bbdce31f1
parent96463faaf1a7ffa69d38d88fad8d2ad7a697cdee (diff)
parent9ef0a2eb82593d79020389171230df6fc2e6f3ff (diff)
Merge pull request #10236 from nextcloud/version/noid/13.0.5RC2v13.0.5RC2
13.0.5 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 05677cad9ed..02325f1d7ff 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(13, 0, 5, 0);
+$OC_Version = array(13, 0, 5, 1);
// The human readable string
-$OC_VersionString = '13.0.5 RC 1';
+$OC_VersionString = '13.0.5 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [