summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-10-12 22:11:38 +0200
committerGitHub <noreply@github.com>2023-10-12 22:11:38 +0200
commitb83d3d3321107825530cc67395a46d66ebc7f26a (patch)
treefba218a96eb0e140c7eb37301e048ee3b74feb90
parent91299673753b9632486dc5fe6e41fcab4a9a93a1 (diff)
parent401eebdc07e373ba07f0e71bb28d5f5175e8a56c (diff)
downloadnextcloud-server-25.0.13rc1.tar.gz
nextcloud-server-25.0.13rc1.zip
Merge pull request #40842 from nextcloud/release/25.0.13_rc1v25.0.13rc1
25.0.13 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f5b9dadc5dd..fa0d4c6b1f2 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, 12, 0];
+$OC_Version = [25, 0, 13, 0];
// The human readable string
-$OC_VersionString = '25.0.12';
+$OC_VersionString = '25.0.13 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [