summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-11-18 19:44:15 +0100
committerGitHub <noreply@github.com>2020-11-18 19:44:15 +0100
commit148e875f8edbf2f66d1f9a5d1a13ececc5b4da4d (patch)
tree6ff7ae4894469aebfe66384027756ea4f5550fba
parentc485af2549f5a9b2f5539b25dc213ff4b0a1f0a2 (diff)
parent21971367f4a489c22787c643a10f7e45e33db889 (diff)
downloadnextcloud-server-18.0.11.tar.gz
nextcloud-server-18.0.11.zip
Merge pull request #24170 from nextcloud/version/18.0.11/finalv18.0.11
18.0.11
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 1594c97d53a..197aa63384a 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, 11, 1);
+$OC_Version = array(18, 0, 11, 2);
// The human readable string
-$OC_VersionString = '18.0.11 RC2';
+$OC_VersionString = '18.0.11';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [