diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-07-13 14:33:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 14:33:32 +0200 |
commit | 0330588a4823db8cf00bbc94861e7039ba66ebc9 (patch) | |
tree | 14abf80f456d4d5fd8c0476b6936129d2bf32387 | |
parent | 166c63b8cac4b7620184e10e6c170c9225deb4e2 (diff) | |
parent | c40a4a0bcb3702b04f5ea25f533a25b7f07522ad (diff) | |
download | nextcloud-server-25.0.9rc1.tar.gz nextcloud-server-25.0.9rc1.zip |
Merge pull request #39279 from nextcloud/release/25.0.9_rc1v25.0.9rc1
25.0.9 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 0e622cf3d4a..ed6be97d334 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, 8, 2]; +$OC_Version = [25, 0, 9, 0]; // The human readable string -$OC_VersionString = '25.0.8'; +$OC_VersionString = '25.0.9 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |