Bump version to 12.0.5
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
b521ef1bf0
commit
3640898e80
|
@ -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(12, 0, 1, 4);
|
||||
$OC_Version = array(12, 0, 1, 5);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '12.0.1 RC5';
|
||||
$OC_VersionString = '12.0.1';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
Loading…
Reference in New Issue