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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-01-09 17:58:10 +0300
committerGitHub <noreply@github.com>2018-01-09 17:58:10 +0300
commit406001ca848d7b9963a310599e4cdca0cd72cedb (patch)
tree089838ebfdca99e45556323b6b37a3ae208c453d
parentc235d02cbf877260ebddf6ebfa572eb0f3699862 (diff)
parentfca290a64f2ecd3e9ecc7b3b178145bff8793750 (diff)
Merge pull request #7741 from nextcloud/11.0.7-rc1-prepv11.0.7RC1
11.0.7 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d09acbebb44..3b88268d55a 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, 6, 1);
+$OC_Version = array(11, 0, 7, 0);
// The human readable string
-$OC_VersionString = '11.0.6';
+$OC_VersionString = '11.0.7 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [