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-10-24 11:32:10 +0300
committerGitHub <noreply@github.com>2020-10-24 11:32:10 +0300
commit89d88b3ea5b4049355e3c49d121f82e5e62bfc44 (patch)
treea8c5975aa8d19b7cbb3dd83a98996824992cb3c4
parent3674d341ea5b3b8536b640dc35fdced0844c5073 (diff)
parentdcc146a5c0f4b68cba87149c0ef6d2d77aa311c0 (diff)
Merge pull request #23639 from nextcloud/version/noid/20.0.1v20.0.1
20.0.1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3bfbf1e7698..9b82df9ca08 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, 0];
+$OC_Version = [20, 0, 1, 1];
// The human readable string
-$OC_VersionString = '20.0.1 RC 1';
+$OC_VersionString = '20.0.1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [