summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-08-02 13:52:56 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-08-02 13:52:56 +0200
commitfaa515dba45a02e6d929033d13d594145e76595c (patch)
treed9ae61448b99a8999027887867694b12069827da /version.php
parentc908faa3c58848ea0f1f2ca02f6257615b35971f (diff)
downloadnextcloud-server-faa515dba45a02e6d929033d13d594145e76595c.tar.gz
nextcloud-server-faa515dba45a02e6d929033d13d594145e76595c.zip
26.0.5 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 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' => [