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:
authorMorris Jobke <hey@morrisjobke.de>2019-03-22 11:23:52 +0300
committerGitHub <noreply@github.com>2019-03-22 11:23:52 +0300
commitb1b2378758a5e855143286a9126b4b92b81a3afc (patch)
tree44ac732b399da938fbd5f5584770a7f2a8b48105
parent243cef1c3a7d0253ba2df8665272ac1b8490345c (diff)
parent40a63422068b15061632eaf91272ddc2e3b777dd (diff)
Merge pull request #14573 from nextcloud/version/noid/16.0.0beta1v16.0.0beta1
16.0.0 Beta 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 82a589970e9..60011a62808 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, 2);
+$OC_Version = array(16, 0, 0, 3);
// The human readable string
-$OC_VersionString = '16.0.0 alpha 1';
+$OC_VersionString = '16.0.0 Beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [