diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-05-05 16:44:19 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2025-05-05 16:44:19 +0200 |
commit | c5779f17771d8489d1f1ae8ffd2416400d2c6d4e (patch) | |
tree | f50d3ab22249eb3326497c793d469206426e2e73 | |
parent | 7477544cf5bfa60b66f5fafda1ec3aa78f879b23 (diff) | |
download | nextcloud-server-release/30.0.11_rc1.tar.gz nextcloud-server-release/30.0.11_rc1.zip |
build(hub): 30.0.11 RC1release/30.0.11_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 bb2451f58a0..47c4c06ff42 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, 10, 1]; +$OC_Version = [30, 0, 11, 0]; // The human-readable string -$OC_VersionString = '30.0.10'; +$OC_VersionString = '30.0.11 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |