summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-08-03 12:08:59 +0200
committerGitHub <noreply@github.com>2023-08-03 12:08:59 +0200
commit2985fb09354754ab4fc4656328a1b307a1ebefb0 (patch)
treeb35bc7df1d2af46378b1a9d542228257023a3e58
parent1f206dc22a1ea38d7c7a00c9fced2ac30a215b90 (diff)
parentfaa515dba45a02e6d929033d13d594145e76595c (diff)
downloadnextcloud-server-2985fb09354754ab4fc4656328a1b307a1ebefb0.tar.gz
nextcloud-server-2985fb09354754ab4fc4656328a1b307a1ebefb0.zip
Merge pull request #39676 from nextcloud/release/26.0.5_rc1v26.0.5rc1
26.0.5 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index d189093a7b1..2301326de8d 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, 4, 2];
+$OC_Version = [26, 0, 5, 0];
// The human readable string
-$OC_VersionString = '26.0.4';
+$OC_VersionString = '26.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [