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-13 01:38:17 +0300
committerGitHub <noreply@github.com>2019-12-13 01:38:17 +0300
commitcb8a8446b97baa0dab8cf71847b5e90d0d6b5e9b (patch)
tree51d6ee0b8a54728de7fd22bf83c2974e94af5c82 /version.php
parent97914425099732c5b69d10c1ea2d43cbfd22a063 (diff)
parent8bb0b8d5ce06ac887eba4b5e482f8f85ff4a7614 (diff)
Merge pull request #18346 from nextcloud/version/15.0.14/rc1v15.0.14RC1
15.0.14 RC1
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8626dbda7da..e8f8f4db785 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, 13, 1);
+$OC_Version = array(15, 0, 14, 0);
// The human readable string
-$OC_VersionString = '15.0.13';
+$OC_VersionString = '15.0.14 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [