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>2021-01-14 12:22:39 +0300
committerGitHub <noreply@github.com>2021-01-14 12:22:39 +0300
commit1ef9a3f039d3a191ca797dfd1a3cb6d96ea4e3d4 (patch)
tree9a1ca06f44e97244a8705914bb138864255cf908
parent631f28eb740b1dd00ec128685bb715a2d634a055 (diff)
parent5f56b1ac6761873a0e05d9da5781b7c1de5973d0 (diff)
Merge pull request #25102 from nextcloud/version/20.0.5/finalv20.0.5
20.0.5
-rw-r--r--version.php4
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' => [