summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-03-09 17:38:27 +0100
committerGitHub <noreply@github.com>2023-03-09 17:38:27 +0100
commit51c76884bcfa11a2794e37956b989d0b0dc3367b (patch)
tree769eb88e94d98e8f5e76bb34b7b99591c5fe62e4
parente3c7bcc61d3d4c0e36e3b1372cec6d91ed055f74 (diff)
parent69ca730bd177e1e2fa1d0cc6cfbaa8fbfce0e143 (diff)
downloadnextcloud-server-26.0.0rc2.tar.gz
nextcloud-server-26.0.0rc2.zip
Merge pull request #37078 from nextcloud/release/26.0.0_rc2v26.0.0rc2
26.0.0 RC2
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 33e5fd5dd67..e0c65cdc1dd 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, 0, 8];
+$OC_Version = [26, 0, 0, 9];
// The human readable string
-$OC_VersionString = '26.0.0 RC1';
+$OC_VersionString = '26.0.0 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [