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-04-08 15:39:29 +0300
committerGitHub <noreply@github.com>2021-04-08 15:39:29 +0300
commit7022222ac25f9ac1f0f9ad8e5219b3854e71156a (patch)
tree3a330858822648d54a98735c36fb530c645de03e
parentbb0966f1c73c810d359a5c8adbadeb4ebdab2e32 (diff)
parent96bf8a1a92ad2db6576e29490ec170998ce8eb37 (diff)
Merge pull request #26454 from nextcloud/version/20.0.9/finalv20.0.9
20.0.9 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 680be354f05..1d34c9b2339 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, 9, 0];
+$OC_Version = [20, 0, 9, 1];
// The human readable string
-$OC_VersionString = '20.0.9 RC1';
+$OC_VersionString = '20.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [