diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-28 10:32:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 10:32:33 +0100 |
commit | 8898766954fb605b10384270528e342168f16792 (patch) | |
tree | 4bf4e471e3667e5355d4947e62b0b4f1e9102998 | |
parent | 76b22bd76e2cb92aaba07f84cc2a644e7feaf7e8 (diff) | |
parent | f0644976927e8c169c9b78d734732cc169b3eb6c (diff) | |
download | nextcloud-server-8898766954fb605b10384270528e342168f16792.tar.gz nextcloud-server-8898766954fb605b10384270528e342168f16792.zip |
Merge pull request #14872 from nextcloud/version/noid/16.0.0beta2v16.0.0beta2
16.0.0 Beta 2
-rw-r--r-- | version.php | 4 |
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' => [ |