diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-01-09 12:45:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 12:45:07 +0100 |
commit | 3d95837217f2c0e870d81b9d6f1f64b637c46abd (patch) | |
tree | 1b3f8dc12d1221a42530126c552bcad423925a05 | |
parent | 01f89cb2c7f99fc1280c54e4364c7c5c7d61c9bc (diff) | |
parent | 2693125d434c1a23b05375229879a285565657d2 (diff) | |
download | nextcloud-server-30.0.5rc1.tar.gz nextcloud-server-30.0.5rc1.zip |
Merge pull request #50096 from nextcloud/release/30.0.5_rc1v30.0.5rc1
30.0.5 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index ae418062045..b346c7a7f7c 100644 --- a/version.php +++ b/version.php @@ -9,10 +9,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // when updating major/minor version number. -$OC_Version = [30, 0, 4, 1]; +$OC_Version = [30, 0, 5, 0]; // The human-readable string -$OC_VersionString = '30.0.4'; +$OC_VersionString = '30.0.5 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |