Selaa lähdekoodia

chore(release): Bump Major version in master branch to 28

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v28.0.0beta1
Joas Schilling 1 vuosi sitten
vanhempi
commit
e82cd99d69
No account linked to committer's email address
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3
    3
      version.php

+ 3
- 3
version.php Näytä tiedosto

@@ -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 = [27, 0, 0, 3];
$OC_Version = [28, 0, 0, 0];

// The human-readable string
$OC_VersionString = '27.0.0 beta 2';
$OC_VersionString = '28.0.0 dev';

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'26.0' => true,
'27.0' => true,
'28.0' => true,
],
'owncloud' => [
'10.11' => true,

Loading…
Peruuta
Tallenna