summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-09-07 12:38:43 +0200
committerGitHub <noreply@github.com>2023-09-07 12:38:43 +0200
commit4c93160057afce64c3652a04d13b0f24a7892bf4 (patch)
tree55ba56c2f1c6c1eee6c5becaded929bcef260d01
parent08f964e52c5ad5b2cb7f4bc184bbae3999f75524 (diff)
parent9c68dc14ab8341a41b5644d054061f008a4807b1 (diff)
downloadnextcloud-server-25.0.11rc1.tar.gz
nextcloud-server-25.0.11rc1.zip
Merge pull request #40276 from nextcloud/release/25.0.11_rc1v25.0.11rc1
25.0.11 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ff469f4b405..58b45a95d1d 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 = [25, 0, 10, 1];
+$OC_Version = [25, 0, 11, 0];
// The human readable string
-$OC_VersionString = '25.0.10';
+$OC_VersionString = '25.0.11 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [