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>2018-08-16 11:48:21 +0300
committerGitHub <noreply@github.com>2018-08-16 11:48:21 +0300
commitbdead84ec68001377e599230e86c3ea18d277a13 (patch)
treeb43d5ebbb942eea747afcf9ba8a7b5cfa4de2b42
parentd79943f498ca3a6f4e74cd4048c6c0211abaeb8d (diff)
parent713fa76859ed5b2b36959b714c36890df62a6d4f (diff)
Merge pull request #10703 from nextcloud/release/noid/14_beta4v14.0.0beta4
Nextcloud 14 Beta 4
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 4146fb97ccd..d82cd524e46 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, 0, 15);
+$OC_Version = array(14, 0, 0, 16);
// The human readable string
-$OC_VersionString = '14.0.0 Beta 3';
+$OC_VersionString = '14.0.0 Beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [