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-08 11:50:52 +0300
committerGitHub <noreply@github.com>2019-08-08 11:50:52 +0300
commit37f329710ea2ae36635ec0e2ff5dbd8133c4625b (patch)
tree539b2b6ea38a1a9565711cc95669b3b0289b4383
parent132d1401fc1cf19e7ab5818512bc5d7da9647e45 (diff)
parent5adca67b91347a988336fa876547b193d5bda6ba (diff)
Merge pull request #16675 from nextcloud/version/14.0.14/RC1v14.0.14RC1
14.0.14 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index e5f913617d8..db663cd37bb 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, 13, 1);
+$OC_Version = array(14, 0, 14, 0);
// The human readable string
-$OC_VersionString = '14.0.13';
+$OC_VersionString = '14.0.14 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [