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>2020-03-09 21:48:08 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-03-09 21:48:08 +0300
commit27618de3daa1344ca08fbe68c8012fb56c6bf4a3 (patch)
tree7f7d0a8d68ed7f796ea8f3b7c2f6d2d80eab2c6b
parent3338b7a665d146d25291c6cb11280fa5e80e704a (diff)
16.0.9
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 a4731da6e9a..d0718b08a65 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(16, 0, 9, 1);
+$OC_Version = array(16, 0, 9, 2);
// The human readable string
-$OC_VersionString = '16.0.9 RC2';
+$OC_VersionString = '16.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [