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 <roeland@famdouma.nl>2021-01-11 11:41:58 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-11 11:41:58 +0300
commitf71f9a32ec58c78fcd5899355f30b5e8c64eab44 (patch)
treee69ff4a5769ba69f70298fcf498854084bd35a88 /version.php
parenta156722ecea255bd16a6596fdaba132debdab454 (diff)
20.0.5 RC2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-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' => [