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-01-09 10:39:53 +0300
committerGitHub <noreply@github.com>2020-01-09 10:39:53 +0300
commit5fdac43d5b82a9b38bb0be6492ea072fb08f0760 (patch)
tree00d9f235e390b7fd6f808beebdf7aa981f91306a
parent2b1c49cdbace746478d25511c4c7609710ecbf1f (diff)
parentabd4bf1f27cb637a42b5ca2fac9cf8b2dcef4bfa (diff)
Merge pull request #18639 from nextcloud/version/18/rc2v18.0.0RC2
18 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 27d4309e17c..d7d6186f29e 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, 0, 8);
+$OC_Version = array(18, 0, 0, 9);
// The human readable string
-$OC_VersionString = '18.0.0 RC1';
+$OC_VersionString = '18.0.0 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [