summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2023-01-06 10:37:13 +0100
committerGitHub <noreply@github.com>2023-01-06 10:37:13 +0100
commitb3c19fbcface266dbd3f7403592a38318c122c5c (patch)
treea0b20c6c1c2c604435ef6bae3591e30cd1e336ff
parent24c6c2d1efc926bb21abc02f6ab2b14e22a565b8 (diff)
parentee078b0fc6403fd18188e29f2503188d1c36496b (diff)
downloadnextcloud-server-25.0.3rc1.tar.gz
nextcloud-server-25.0.3rc1.zip
Merge pull request #36030 from nextcloud/release/25.0.3_rc1v25.0.3rc1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 6e2bd7e2034..6304582a525 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, 2, 3];
+$OC_Version = [25, 0, 3, 0];
// The human readable string
-$OC_VersionString = '25.0.2';
+$OC_VersionString = '25.0.3 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [