Merge pull request #30679 from nextcloud/release/22.2.4rc2

22.2.4 RC2
pull/30723/head v22.2.4rc2
blizzz 4 years ago committed by GitHub
commit bc81ebd496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      version.php

@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [22, 2, 4, 0];
$OC_Version = [22, 2, 4, 1];
// The human readable string
$OC_VersionString = '22.2.4 RC1';
$OC_VersionString = '22.2.4 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [

Loading…
Cancel
Save