Browse Source

build(hub): 28.0.6 RC1

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
tags/v28.0.6rc1
skjnldsv 2 weeks ago
parent
commit
fa2c11e5c6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      version.php

+ 2
- 2
version.php View File

@@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
// when updating major/minor version number.

$OC_Version = [28, 0, 5, 1];
$OC_Version = [28, 0, 6, 0];

// The human-readable string
$OC_VersionString = '28.0.5';
$OC_VersionString = '28.0.6 RC1';

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [

Loading…
Cancel
Save