diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2024-01-22 20:33:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 20:33:59 +0100 |
commit | fa49d045d7b9c31d543cf95faea3f78b9be09f59 (patch) | |
tree | 1623e40a4ef352184e95030556410e9f76c259d6 | |
parent | b55d048c44e7a03670901188eff616cfb14c83e1 (diff) | |
parent | 516aaec84b89c7dad679317f458b00d27b9839f0 (diff) | |
download | nextcloud-server-fa49d045d7b9c31d543cf95faea3f78b9be09f59.tar.gz nextcloud-server-fa49d045d7b9c31d543cf95faea3f78b9be09f59.zip |
Merge pull request #43022 from nextcloud/release/26.0.11_rc2v26.0.11rc2
26.0.11 RC2
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 8c68dd62def..0ac6bb68cea 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [26, 0, 11, 0]; +$OC_Version = [26, 0, 11, 1]; // The human readable string -$OC_VersionString = '26.0.11 RC1'; +$OC_VersionString = '26.0.11 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |