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-12-19 10:44:42 +0300
committerGitHub <noreply@github.com>2019-12-19 10:44:42 +0300
commitdd0b38876d11d81776c9e12bdcc31142059a983e (patch)
treede2b2283da3cbed54ed9ede955a3229d04333860
parent142b54be5bb57e71353071a64afe6fb9590184ec (diff)
parent833da83a20c5ae9c65ac09bab5a1e5f6229153d3 (diff)
Merge pull request #18460 from nextcloud/version/15.0.14/finalv15.0.14
15.0.14
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e8f8f4db785..bc0902e6872 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(15, 0, 14, 0);
+$OC_Version = array(15, 0, 14, 1);
// The human readable string
-$OC_VersionString = '15.0.14 RC1';
+$OC_VersionString = '15.0.14';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [