diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-01-14 10:22:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 10:22:39 +0100 |
commit | 1ef9a3f039d3a191ca797dfd1a3cb6d96ea4e3d4 (patch) | |
tree | 9a1ca06f44e97244a8705914bb138864255cf908 | |
parent | 631f28eb740b1dd00ec128685bb715a2d634a055 (diff) | |
parent | 5f56b1ac6761873a0e05d9da5781b7c1de5973d0 (diff) | |
download | nextcloud-server-20.0.5.tar.gz nextcloud-server-20.0.5.zip |
Merge pull request #25102 from nextcloud/version/20.0.5/finalv20.0.5
20.0.5
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 7a4cfe1b2c4..93c59b2d5c1 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 = [20, 0, 5, 1]; +$OC_Version = [20, 0, 5, 2]; // The human readable string -$OC_VersionString = '20.0.5 RC2'; +$OC_VersionString = '20.0.5'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |