Parcourir la source

feat(release)!: Bump Server version to 30

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/44530/head
Joas Schilling il y a 1 mois
Parent
révision
f0c367b46c
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      version.php

+ 3
- 3
version.php Voir le fichier

@@ -30,15 +30,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 = [29, 0, 0, 13];
$OC_Version = [30, 0, 0, 0];

// The human-readable string
$OC_VersionString = '29.0.0 beta 6';
$OC_VersionString = '30.0.0 dev';

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'28.0' => true,
'29.0' => true,
'30.0' => true,
],
'owncloud' => [
'10.13' => true,

Chargement…
Annuler
Enregistrer