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-04-09 01:12:29 +0300
committerGitHub <noreply@github.com>2019-04-09 01:12:29 +0300
commit338c78254047d484d7bd8d10a46f0d0818220492 (patch)
tree62ad8b34aff00a53d1bda398c61051baad7fde3f
parent726c49eb2d92ee23ae472148a79b2e9ba881991c (diff)
parentcf918133017ea64c84495499152f82f7cd91ae09 (diff)
Merge pull request #15004 from nextcloud/version/noid/14.0.10v14.0.10
14.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bc12285825e..607356a4699 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, 9, 1);
+$OC_Version = array(14, 0, 10, 0);
// The human readable string
-$OC_VersionString = '14.0.9';
+$OC_VersionString = '14.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [