From 401eebdc07e373ba07f0e71bb28d5f5175e8a56c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 9 Oct 2023 22:38:05 +0200 Subject: [PATCH] 25.0.13 RC1 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index f5b9dadc5dd28..fa0d4c6b1f2c5 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' => [