summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-09-07 11:53:37 +0200
committerGitHub <noreply@github.com>2023-09-07 11:53:37 +0200
commitc5d306ab7120f539c0e700e9ab3dc4782723aaca (patch)
treee2e74ef7fa4f5a9f3fbd77a839cd926a03ff61c7
parent5434b35ac7ecf1a966f6c6c8db8a422ee82a684b (diff)
parent82e165726f7d8865145fc9a5fd423108382cc6a1 (diff)
downloadnextcloud-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.php4
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' => [