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-25 17:56:13 +0300
committerGitHub <noreply@github.com>2021-01-25 17:56:13 +0300
commitfd26cb18701139187a14b6d6ef72ebe660b183a8 (patch)
tree74523e5b3f1b43a07ecd4ce850ae0ad10972ef99
parent16509c61a077226dde060c8e55b31eaacc820f18 (diff)
parent30af7ad53ee80f4ad44d6f63eb35ad48caa2643d (diff)
Merge pull request #25294 from nextcloud/version/20.0.6/finalv20.0.6
20.0.6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f0652e04822..61f97ff9909 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, 6, 0];
+$OC_Version = [20, 0, 6, 1];
// The human readable string
-$OC_VersionString = '20.0.6 RC1';
+$OC_VersionString = '20.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [