aboutsummaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-03-02 11:07:46 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-03-02 11:07:46 +0100
commitb9ed7eda41fd48ee4053245f09c1fd250abb8273 (patch)
tree823e64f502dfff53d70214911bfa6e2aeceaf6c9 /version.php
parent2f64d16afdaeccee608c861a3729c817d7a8e7bb (diff)
downloadnextcloud-server-b9ed7eda41fd48ee4053245f09c1fd250abb8273.tar.gz
nextcloud-server-b9ed7eda41fd48ee4053245f09c1fd250abb8273.zip
26.0.0 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 30227a38cc3..33e5fd5dd67 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, 7];
+$OC_Version = [26, 0, 0, 8];
// The human readable string
-$OC_VersionString = '26.0.0 beta 5';
+$OC_VersionString = '26.0.0 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [