Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/19866/head
Roeland Jago Douma 2020-03-09 19:48:08 +07:00
parent 3338b7a665
commit 27618de3da
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 2 deletions

@ -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(16, 0, 9, 1);
$OC_Version = array(16, 0, 9, 2);
// The human readable string
$OC_VersionString = '16.0.9 RC2';
$OC_VersionString = '16.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [