diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-09-07 11:53:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 11:53:37 +0200 |
commit | c5d306ab7120f539c0e700e9ab3dc4782723aaca (patch) | |
tree | e2e74ef7fa4f5a9f3fbd77a839cd926a03ff61c7 | |
parent | 5434b35ac7ecf1a966f6c6c8db8a422ee82a684b (diff) | |
parent | 82e165726f7d8865145fc9a5fd423108382cc6a1 (diff) | |
download | nextcloud-server-26.0.6rc1.tar.gz nextcloud-server-26.0.6rc1.zip |
Merge pull request #40277 from nextcloud/release/26.0.6_rc1v26.0.6rc1
26.0.6 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index e2e7dc18fd7..be12ecdd007 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, 5, 1]; +$OC_Version = [26, 0, 6, 0]; // The human readable string -$OC_VersionString = '26.0.5'; +$OC_VersionString = '26.0.6 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |