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-03-28 12:32:33 +0300
committerGitHub <noreply@github.com>2019-03-28 12:32:33 +0300
commit8898766954fb605b10384270528e342168f16792 (patch)
tree4bf4e471e3667e5355d4947e62b0b4f1e9102998
parent76b22bd76e2cb92aaba07f84cc2a644e7feaf7e8 (diff)
parentf0644976927e8c169c9b78d734732cc169b3eb6c (diff)
Merge pull request #14872 from nextcloud/version/noid/16.0.0beta2v16.0.0beta2
16.0.0 Beta 2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 60011a62808..21e24025797 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(16, 0, 0, 3);
+$OC_Version = array(16, 0, 0, 4);
// The human readable string
-$OC_VersionString = '16.0.0 Beta 1';
+$OC_VersionString = '16.0.0 Beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [