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-12 23:08:19 +0300
committerGitHub <noreply@github.com>2020-11-12 23:08:19 +0300
commit105fc60eb15a78d22ef34ac8a1f49b5842a58b06 (patch)
tree5777c3ab75ed3516f6c5fa39b6f87e59fdc7808e
parent2e3637f8260f7ca375b5e2a7822bbeb7fc7a39b0 (diff)
parente61e3f9eb3574f39d435560b17fc15b7ac91b061 (diff)
Merge pull request #23989 from nextcloud/version/20.0.2/rc1v20.0.2RC1
20.0.2 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a1e99bbbd75..1c2514d9936 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, 1, 6];
+$OC_Version = [20, 0, 2, 0];
// The human readable string
-$OC_VersionString = '20.0.1';
+$OC_VersionString = '20.0.2 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [