Merge pull request #2380 from nextcloud/make-it-beta-2

Increase version to Beta 2
This commit is contained in:
Lukas Reschke 2016-11-28 17:18:05 +01:00 committed by GitHub
commit 708810c488
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,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(11, 0, 0, 4);
$OC_Version = array(11, 0, 0, 5);
// The human readable string
$OC_VersionString = '11.0 beta';
$OC_VersionString = '11.0 beta 2';
$OC_VersionCanBeUpgradedFrom = array(9, 1);