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>2020-11-18 22:35:11 +0300
committerGitHub <noreply@github.com>2020-11-18 22:35:11 +0300
commit96f99a40f5569936f1951f1ccef8ea5fa25b607b (patch)
treef75fc01a00939d108a9156682535852f777b9a68
parentc03db79569f7c7240ddf912c48d034d1cee764d9 (diff)
parent35c29b46eabc10c27fbfbe031f7cb34ffe1d9bc2 (diff)
Merge pull request #24172 from nextcloud/version/20.0.2/finalv20.0.2
20.0.2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 438cbd51f48..3e289a2eed4 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, 2, 1];
+$OC_Version = [20, 0, 2, 2];
// The human readable string
-$OC_VersionString = '20.0.2 RC2';
+$OC_VersionString = '20.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [