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-09-04 20:59:10 +0300
committerGitHub <noreply@github.com>2020-09-04 20:59:10 +0300
commit769d6f18b2f4f4f22733864a8b42d10fbb6c61be (patch)
treea704629724121235d603de94e5029872d2071aca
parentc5a9fae34c765dd232286cfac3ba51ac2aa53f31 (diff)
parentcc642c700a6714884d61f9f1213f3945f4a4c2c8 (diff)
Merge pull request #22575 from nextcloud/version/18.0.9/rc1v18.0.9RC1
18.0.9 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a55ba2ace11..947a9b1889f 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 = array(18, 0, 8, 2);
+$OC_Version = array(18, 0, 9, 0);
// The human readable string
-$OC_VersionString = '18.0.8';
+$OC_VersionString = '18.0.9 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [