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>2019-01-09 23:16:41 +0300
committerGitHub <noreply@github.com>2019-01-09 23:16:41 +0300
commitea353f3e128b8315fd1a5bc336673abe659a2536 (patch)
tree0804e72285989a49c0ebe943894aee6eff5aafb8
parentd52666da09ddcabfa75cc240b3b949135018ff10 (diff)
parent1111afbc3559f232db364848caddab73aa689b53 (diff)
Merge pull request #13453 from nextcloud/version/noid/14.0.5RC2v14.0.5RC2
14.0.5 RC 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6b90d63e7db..3f814171cf9 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, 5, 0);
+$OC_Version = array(14, 0, 5, 1);
// The human readable string
-$OC_VersionString = '14.0.5 RC 1';
+$OC_VersionString = '14.0.5 RC 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [