aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-07-17 12:40:17 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-07-17 12:40:17 +0200
commit3449a9c60b9de667240b87699d47fc5c0fcf3389 (patch)
treed4ec7bcb10b9ba8fc7a534e350878351fed523c1
parent0cd39501713d18799058023ebe8ac0a074d5478a (diff)
downloadnextcloud-server-3449a9c60b9de667240b87699d47fc5c0fcf3389.tar.gz
nextcloud-server-3449a9c60b9de667240b87699d47fc5c0fcf3389.zip
26.0.4 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index cd6c4243bca..9046c50ff7b 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, 0];
+$OC_Version = [26, 0, 4, 1];
// The human readable string
-$OC_VersionString = '26.0.4 RC1';
+$OC_VersionString = '26.0.4 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [