diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-02-19 09:38:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 09:38:35 +0100 |
commit | 8985b7930653139859002eb3eca2852999ed8f0d (patch) | |
tree | 8b1f34beeb361f01474bba9ee8b08338e23a41d1 | |
parent | 704dfee91881a131d924a8f450e8d9505f1d28be (diff) | |
parent | 2163ac59d5db023202ad99c5d41b07b7a2e4b7d2 (diff) | |
download | nextcloud-server-21.0.0.tar.gz nextcloud-server-21.0.0.zip |
Merge pull request #25600 from nextcloud/version/21/finalv21.0.0
21 final
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 7dd8d078dc5..d9b88f00bca 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [21, 0, 0, 17]; +$OC_Version = [21, 0, 0, 18]; // The human readable string -$OC_VersionString = '21.0.0 RC2'; +$OC_VersionString = '21.0.0'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |