summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-08-03 11:59:06 +0200
committerGitHub <noreply@github.com>2023-08-03 11:59:06 +0200
commita756e30ef5d0579a750a132d41f75bc55f066c83 (patch)
tree1c13349d1323a9315dc915e262d6eaeb125ba658
parent0f10006ad3df7c6ffeb76f8836730505b6913768 (diff)
parent3ad82c76c90e8e8bc4306d2c5e47cbc1cdb4da74 (diff)
downloadnextcloud-server-25.0.10rc1.tar.gz
nextcloud-server-25.0.10rc1.zip
Merge pull request #39675 from nextcloud/release/25.0.10_rc1v25.0.10rc1
25.0.10 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index a8f45d3d920..fbc40f660ee 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, 9, 2];
+$OC_Version = [25, 0, 10, 0];
// The human readable string
-$OC_VersionString = '25.0.9';
+$OC_VersionString = '25.0.10 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [