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 <roeland@famdouma.nl>2021-04-08 11:20:43 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-04-08 11:20:43 +0300
commit96bf8a1a92ad2db6576e29490ec170998ce8eb37 (patch)
treef0eb724cc2855641d69e8a67c3f6aeca7fd9c4fd
parente09760f2bc4c9b7262531f96ca12ed7b7e93361b (diff)
20.0.9 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [