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-03-09 17:44:01 +0300
committerGitHub <noreply@github.com>2020-03-09 17:44:01 +0300
commit3338b7a665d146d25291c6cb11280fa5e80e704a (patch)
tree92bf7d9ad803640b51853d5910e6e24b54bec103
parent8df76b56fcc1e750b0be2c557f9762d6f2ba2866 (diff)
parent1b2f1506cbf415b5a24bff167c772c791d2bac91 (diff)
Merge pull request #19844 from nextcloud/version/16.0.9/RC2v16.0.9RC2
16.0.9 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2cc18244a3f..a4731da6e9a 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, 0);
+$OC_Version = array(16, 0, 9, 1);
// The human readable string
-$OC_VersionString = '16.0.9 RC1';
+$OC_VersionString = '16.0.9 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [