diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-01-08 18:09:12 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-01-08 18:09:12 +0100 |
commit | 2693125d434c1a23b05375229879a285565657d2 (patch) | |
tree | 10dda43fe3e2e10c90d0d29c456cbf1c1ae889a1 | |
parent | 4a61702d4eabe1e14b12738f3da6ac7dce8d0acd (diff) | |
download | nextcloud-server-release/30.0.5_rc1.tar.gz nextcloud-server-release/30.0.5_rc1.zip |
build(hub): 30.0.5 RC1release/30.0.5_rc1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-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' => [ |