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-02 11:50:32 +0300
committerGitHub <noreply@github.com>2018-08-02 11:50:32 +0300
commit9891eae232d77391699d3be908ed03426779d4d2 (patch)
tree4eca015dfa0f333f6a4f88cd32748bd8cf496ef2
parente194dc7139bd4062e3fdd3779a59347ad95053b5 (diff)
parent5525c2fdfa307e913217e3e6885a22db69486adc (diff)
Merge pull request #10495 from nextcloud/14beta2v14.0.0beta2
14 Beta 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 35bef593764..38ed681b593 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, 13);
+$OC_Version = array(14, 0, 0, 14);
// The human readable string
-$OC_VersionString = '14.0.0 Beta 1';
+$OC_VersionString = '14.0.0 Beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [