diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-01-06 10:37:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-06 10:37:13 +0100 |
commit | b3c19fbcface266dbd3f7403592a38318c122c5c (patch) | |
tree | a0b20c6c1c2c604435ef6bae3591e30cd1e336ff | |
parent | 24c6c2d1efc926bb21abc02f6ab2b14e22a565b8 (diff) | |
parent | ee078b0fc6403fd18188e29f2503188d1c36496b (diff) | |
download | nextcloud-server-b3c19fbcface266dbd3f7403592a38318c122c5c.tar.gz nextcloud-server-b3c19fbcface266dbd3f7403592a38318c122c5c.zip |
Merge pull request #36030 from nextcloud/release/25.0.3_rc1v25.0.3rc1
-rw-r--r-- | version.php | 4 |
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' => [ |