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-11 18:17:39 +0300
committerGitHub <noreply@github.com>2019-01-11 18:17:39 +0300
commit58d94d16a6e60988274230cdb625791f3426103f (patch)
treef0cca65b4da71dd43692cfd11ec0d325903c4429
parent6f0d248be97f5574bacfa603eaabe8e95d250a11 (diff)
parent654af434028e32abf9a9dde455ff7bf926644bf3 (diff)
Merge pull request #13516 from nextcloud/version/noid/14.0.6v14.0.6
14.0.6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 9a824d681d7..dcf4e28ac50 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, 2);
+$OC_Version = array(14, 0, 6, 0);
// The human readable string
-$OC_VersionString = '14.0.5';
+$OC_VersionString = '14.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [