Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-10-11 08:03:46 +02:00 committed by Morris Jobke
parent 5bf4bc7ed1
commit 53fb47802c
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

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(14, 0, 2, 1);
$OC_Version = array(14, 0, 2, 2);
// The human readable string
$OC_VersionString = '14.0.2 RC 2';
$OC_VersionString = '14.0.2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [