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-12 13:51:22 +0300
committerGitHub <noreply@github.com>2021-01-12 13:51:22 +0300
commita5738cc175944bf9eb85ac45e0cb5a51cf5b6a2c (patch)
tree8c1197b701970935fa573011ce17b0d7e0409379
parente89d4a4f40f8dd5ee39cd2875f883754a668ed86 (diff)
parentf71f9a32ec58c78fcd5899355f30b5e8c64eab44 (diff)
Merge pull request #25064 from nextcloud/version/20.0.5/rc2v20.0.5RC2
20.0.5 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index eda9f5e0871..7a4cfe1b2c4 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, 0];
+$OC_Version = [20, 0, 5, 1];
// The human readable string
-$OC_VersionString = '20.0.5 RC1';
+$OC_VersionString = '20.0.5 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [