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 <roeland@famdouma.nl>2018-08-02 09:43:43 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-08-02 11:16:04 +0300
commit5525c2fdfa307e913217e3e6885a22db69486adc (patch)
tree4eca015dfa0f333f6a4f88cd32748bd8cf496ef2
parente194dc7139bd4062e3fdd3779a59347ad95053b5 (diff)
14 Beta 2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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' => [