Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-01-27 10:55:17 +01:00
parent 0948d1b7a2
commit ce8febce2d
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 2 deletions

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(16, 0, 8, 0);
$OC_Version = array(16, 0, 8, 1);
// The human readable string
$OC_VersionString = '16.0.8 RC1';
$OC_VersionString = '16.0.8';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [