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>2019-03-26 23:48:09 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-28 10:53:35 +0300
commitf0644976927e8c169c9b78d734732cc169b3eb6c (patch)
tree4bf4e471e3667e5355d4947e62b0b4f1e9102998 /version.php
parent76b22bd76e2cb92aaba07f84cc2a644e7feaf7e8 (diff)
16.0.0 Beta 2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'version.php')
-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' => [