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-04-04 11:19:07 +0300
committerGitHub <noreply@github.com>2019-04-04 11:19:07 +0300
commit752140bb18a2841d5cc96e11845eca63451d02fd (patch)
tree3ce479d106d5100844b74edf92d944ceede4b789
parentf107a8d99de71d8aff365343b978cf400dab9d65 (diff)
parent1fef65610bf10efffc3a12a7fabc0a8c454e43be (diff)
Merge pull request #14951 from nextcloud/version/noid/14.0.9v14.0.9
14.0.9
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0405128684e..bc12285825e 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, 0);
+$OC_Version = array(14, 0, 9, 1);
// The human readable string
-$OC_VersionString = '14.0.9 RC 1';
+$OC_VersionString = '14.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [