feat(release)!: Bump Server version to 31

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/47212/head
Joas Schilling 3 months ago
parent 04944aaa23
commit 7b53a85bb6
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
  1. 6
      version.php

@ -9,15 +9,15 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.
$OC_Version = [30, 0, 0, 7];
$OC_Version = [31, 0, 0, 0];
// The human-readable string
$OC_VersionString = '30.0.0 beta 5';
$OC_VersionString = '31.0.0 dev';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'29.0' => true,
'30.0' => true,
'31.0' => true,
],
'owncloud' => [
'10.13' => true,

Loading…
Cancel
Save