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:
authorMorris Jobke <hey@morrisjobke.de>2020-09-09 15:29:45 +0300
committerGitHub <noreply@github.com>2020-09-09 15:29:45 +0300
commita4824ba6b26e2c90be950f01812cf88e5398cdd1 (patch)
tree3186603aa8b7e54916a84dad1dc1966c0cc7b14b
parent1ed0a8caced114f5ddaea2eed02e37727cb58a95 (diff)
parentb8b6ac40e259e77a7643605c26867af09c1f7dc9 (diff)
Merge pull request #22726 from nextcloud/version/18.0.9/finalv18.0.9
18.0.9 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 947a9b1889f..8df519b4334 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, 9, 0);
+$OC_Version = array(18, 0, 9, 1);
// The human readable string
-$OC_VersionString = '18.0.9 RC1';
+$OC_VersionString = '18.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [