18.0.13 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2021-01-05 09:13:22 +01:00
parent f9a5ac3638
commit 47b9d3218e
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -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(18, 0, 12, 2);
$OC_Version = array(18, 0, 13, 0);
// The human readable string
$OC_VersionString = '18.0.12';
$OC_VersionString = '18.0.13 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [