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>2019-01-10 17:29:53 +0300
committerGitHub <noreply@github.com>2019-01-10 17:29:53 +0300
commit32805f3d1a9f3a59f67ab71ef3a05b6760783162 (patch)
tree0b14b44d6c3e37f59c77d99c2b48d06425a3d8aa
parent529e535d812509a71eacc09b86271c47afd7824e (diff)
parent70ae5773dfae4020b91ec98b981bd9372231ebd7 (diff)
Merge pull request #13476 from nextcloud/version/noid/14.0.5v14.0.5
14.0.5
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3f814171cf9..9a824d681d7 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, 1);
+$OC_Version = array(14, 0, 5, 2);
// The human readable string
-$OC_VersionString = '14.0.5 RC 2';
+$OC_VersionString = '14.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [