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>2019-08-08 20:16:29 +0300
committerGitHub <noreply@github.com>2019-08-08 20:16:29 +0300
commit46718f3dcbb2b4ba09276f52421b49724df2c5e3 (patch)
treeaab61ed04e4204e5d238ae7dd2947790661cfe0c
parent6ba5b3e2220c2b95d2b7447674c7be53450059a6 (diff)
parentc54a752b8bba0fbb51838dc9d57b7de05755fbc8 (diff)
Merge pull request #16676 from nextcloud/version/15.0.11/RC1v15.0.11RC1
15.0.11 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 07cb6e21b57..50c2a30118b 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(15, 0, 10, 0);
+$OC_Version = array(15, 0, 11, 0);
// The human readable string
-$OC_VersionString = '15.0.10';
+$OC_VersionString = '15.0.11 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [