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-10-09 18:59:43 +0300
committerGitHub <noreply@github.com>2018-10-09 18:59:43 +0300
commit0fe69b1c13185dd0a677cc88f23a470edb49530a (patch)
treeaf1b18b105559c0c1b1925dc200cafc3bde5e06e
parent121edc9cfd9e3b96d9b75785f2320be534c8f7d2 (diff)
parent09c270ab14934a6b9d3e6f4a0011b6352a19f391 (diff)
Merge pull request #11715 from nextcloud/version/noid/14.0.2RC2v14.0.2RC2
14.0.2 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d765d5a2c88..52884684336 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, 2, 0);
+$OC_Version = array(14, 0, 2, 1);
// The human readable string
-$OC_VersionString = '14.0.2 RC 1';
+$OC_VersionString = '14.0.2 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [