diff --git a/version.php b/version.php index 0cb27c3751..b135215ce3 100644 --- a/version.php +++ b/version.php @@ -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, 1, 1); +$OC_Version = array(18, 0, 1, 2); // The human readable string -$OC_VersionString = '18.0.1 RC2'; +$OC_VersionString = '18.0.1 RC3'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [