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-14 21:00:34 +0300
committerGitHub <noreply@github.com>2019-08-14 21:00:34 +0300
commitc1ac4836b16a96399dd81aa2ac2fc057a3cbbffe (patch)
tree47225ab454cff715dc271b1ba51c7f06906c4ccb
parent7d3962c9489f757485e679eee006b4f8c8cf215d (diff)
parent2c1811be11140e383f6e940732d86850e1f307a6 (diff)
Merge pull request #16732 from nextcloud/version/15.0.11/finalv15.0.1115.0.11
15.0.11
-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' => [