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-22 15:36:11 +0300
committerGitHub <noreply@github.com>2018-01-22 15:36:11 +0300
commitf8f7fc9fc0a0b953dbaa596dc5d80e16f0cbd1ec (patch)
treeb24c96fbd4dab9cf6a4856a096e738fec77edcc5
parent69912239736cb8afbb2223a97f6d5f83f5b0248f (diff)
parent27d3b7c02f0c863b2e5a9d3c518c57ffa2adff48 (diff)
Merge pull request #7982 from nextcloud/11.0.7-rc3-prepv11.0.7RC3
11.0.7 RC3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a51377e918b..0317514970b 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(11, 0, 7, 1);
+$OC_Version = array(11, 0, 7, 2);
// The human readable string
-$OC_VersionString = '11.0.7 RC2';
+$OC_VersionString = '11.0.7 RC3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [