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 <roeland@famdouma.nl>2019-08-13 15:27:29 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-08-13 15:27:29 +0300
commit2c1811be11140e383f6e940732d86850e1f307a6 (patch)
tree536f0ce10a619fd1bc7c85785e87a0ccd38f743a
parent2a2a1438e0d8d71b3269900aa0ad3a62451ff136 (diff)
15.0.11
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 50c2a30118b..2d20c63a6ae 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, 11, 0);
+$OC_Version = array(15, 0, 11, 1);
// The human readable string
-$OC_VersionString = '15.0.11 RC1';
+$OC_VersionString = '15.0.11';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [