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-13 01:01:01 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-13 01:01:01 +0300
commit5f56b1ac6761873a0e05d9da5781b7c1de5973d0 (patch)
treeb4118192b82137939c812da0298bee6a8e25a76a
parenta5738cc175944bf9eb85ac45e0cb5a51cf5b6a2c (diff)
20.0.5
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [