diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-11-18 19:44:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 19:44:15 +0100 |
commit | 148e875f8edbf2f66d1f9a5d1a13ececc5b4da4d (patch) | |
tree | 6ff7ae4894469aebfe66384027756ea4f5550fba | |
parent | c485af2549f5a9b2f5539b25dc213ff4b0a1f0a2 (diff) | |
parent | 21971367f4a489c22787c643a10f7e45e33db889 (diff) | |
download | nextcloud-server-148e875f8edbf2f66d1f9a5d1a13ececc5b4da4d.tar.gz nextcloud-server-148e875f8edbf2f66d1f9a5d1a13ececc5b4da4d.zip |
Merge pull request #24170 from nextcloud/version/18.0.11/finalv18.0.11
18.0.11
-rw-r--r-- | version.php | 4 |
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' => [ |