summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-07-10 16:32:44 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-07-10 16:32:44 +0200
commitc40a4a0bcb3702b04f5ea25f533a25b7f07522ad (patch)
tree87f589729a767e2739ff5d77eecd9904c9b0bb79
parent2ec0a9f81e32efdfc5302adec815d5dcc33b914e (diff)
downloadnextcloud-server-c40a4a0bcb3702b04f5ea25f533a25b7f07522ad.tar.gz
nextcloud-server-c40a4a0bcb3702b04f5ea25f533a25b7f07522ad.zip
25.0.9 RC1
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 0e622cf3d4a..ed6be97d334 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, 8, 2];
+$OC_Version = [25, 0, 9, 0];
// The human readable string
-$OC_VersionString = '25.0.8';
+$OC_VersionString = '25.0.9 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [