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>2020-11-12 22:23:51 +0300
committerGitHub <noreply@github.com>2020-11-12 22:23:51 +0300
commit3e3de886e4cdf3dd99b8c1766ea18adacd795745 (patch)
treec5df7b44f81369a2f5af231aa6ac01d06dd00476
parentdafd09d30b96d372272317460dec2fc473ebf1ee (diff)
parentc7f3e2753e16008e9ea78ebf4a14ab5a8f86db1e (diff)
Merge pull request #23991 from nextcloud/version/18.0.11/rc1v18.0.11RC1
18.0.11 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 478d99e1884..b97d19f4362 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(18, 0, 10, 2);
+$OC_Version = array(18, 0, 11, 0);
// The human readable string
-$OC_VersionString = '18.0.10';
+$OC_VersionString = '18.0.11 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [