Browse Source

28.0.3 RC1

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
tags/v28.0.3rc1^2
skjnldsv 4 months ago
parent
commit
3d17db9cf8
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, 2, 5];
$OC_Version = [28, 0, 3, 0];

// The human-readable string
$OC_VersionString = '28.0.2';
$OC_VersionString = '28.0.3 RC1';

$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [

Loading…
Cancel
Save