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-08-14 21:07:08 +0300
committerGitHub <noreply@github.com>2019-08-14 21:07:08 +0300
commit9b52eb90e4cac11944fed0c610e3eb6ed9473e8b (patch)
tree115991ca5fdce3f0ee3f1068e045ebd1322f04d4
parent355580b876ef86734d9abe54a72a993a12eeb39c (diff)
parent7122816afb3223710e4d57094b5b95e99fb02df4 (diff)
Merge pull request #16731 from nextcloud/version/14.0.14/finalv14.0.14
14.0.14
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index db663cd37bb..c73f5d81d44 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, 14, 0);
+$OC_Version = array(14, 0, 14, 1);
// The human readable string
-$OC_VersionString = '14.0.14 RC1';
+$OC_VersionString = '14.0.14';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [