19.0.7 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
1dc3f0f48e
commit
7e496c9bca
|
@ -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 = [19, 0, 6, 2];
|
||||
$OC_Version = [19, 0, 7, 0];
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '19.0.6';
|
||||
$OC_VersionString = '19.0.7 RC1';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
Loading…
Reference in New Issue