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-05 23:38:33 +0300
committerGitHub <noreply@github.com>2019-01-05 23:38:33 +0300
commit2d72e798eba5c8e5f462658a1e1f11f21667c32a (patch)
tree45fcd50babed40fbc22878f7049b02e891ba8eab
parent3d5ecac0126beefbd3db0d5fba3352e98a59b7ae (diff)
parent41ee4d48072fd88b6ad98427dd9781953bc6b6b6 (diff)
Merge pull request #13347 from nextcloud/version/noid/14.0.5RC1v14.0.5RC1
14.0.5 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6d59f09634c..6b90d63e7db 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, 4, 2);
+$OC_Version = array(14, 0, 5, 0);
// The human readable string
-$OC_VersionString = '14.0.4';
+$OC_VersionString = '14.0.5 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [