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>2018-08-31 16:09:46 +0300
committerGitHub <noreply@github.com>2018-08-31 16:09:46 +0300
commitc31632ccdf5c9a76499ad36b40c8cf52c1602754 (patch)
treea61f838dc74e330253c200693be3605a5364a6ea
parent7159ac12333dd3b1401d93998fbfebd71abc1dcc (diff)
parent9cc663477660edb834871f45a23ac104f839a270 (diff)
Merge pull request #10861 from nextcloud/version/noid/14.0.0RC2v14.0.0RC2
14.0.0 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 373d4c1d921..126577bf932 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(14, 0, 0, 17);
+$OC_Version = array(14, 0, 0, 18);
// The human readable string
-$OC_VersionString = '14.0.0 RC 1';
+$OC_VersionString = '14.0.0 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [