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-09 12:29:01 +0300
committerGitHub <noreply@github.com>2018-08-09 12:29:01 +0300
commitdef2bf2086b00b5bb00b362a5a50840fdf8b4cc0 (patch)
tree0888da47cf9e0190fef085ed5d37622959ad424f
parent6aa6d2186cbc7c5a5db0cf8e1a20c82896266321 (diff)
parentdff35edaca01063b47fd0492ae61a00cfa9ad7d0 (diff)
Merge pull request #10604 from nextcloud/release/14/beta3v14.0.0beta3
Nextcloud 14.0.0 beta3
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 38ed681b593..4146fb97ccd 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, 14);
+$OC_Version = array(14, 0, 0, 15);
// The human readable string
-$OC_VersionString = '14.0.0 Beta 2';
+$OC_VersionString = '14.0.0 Beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [