Increase version for one

This commit is contained in:
Lukas Reschke 2016-11-25 09:34:13 +01:00 committed by GitHub
parent b3696f3910
commit 7b2c60d1a3

View file

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