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-01-18 19:41:43 +0300
committerGitHub <noreply@github.com>2018-01-18 19:41:43 +0300
commit6719c7723a9b62e3dc5a60bf6f31068742d96880 (patch)
treede6094793009d5fc47131fffca8ab3b5079eaf82
parenteb034353771bdd38ddea26581db1d61d6020214b (diff)
parent0b3623a71d35cddacb5db72b209af807ff95de90 (diff)
Merge pull request #7940 from nextcloud/13.0.0-rc2-prepv13.0.0RC2
13.0.0 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6ba86635dd2..b93cbb3eb7b 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, 0, 10);
+$OC_Version = array(13, 0, 0, 11);
// The human readable string
-$OC_VersionString = '13.0.0 RC 1';
+$OC_VersionString = '13.0.0 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [