diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2025-03-18 11:36:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 11:36:44 +0100 |
commit | 10376ebd739b33841186730de4c2f34ed45203a6 (patch) | |
tree | 8c5010b19cc56ab5bd5bcb3bdc2aca331237af8b | |
parent | 7c1c43c3071cb027e3113ad87dff665059dea8cc (diff) | |
parent | bbf2ed5b4a9c2867e57b2cb0ec0e5eff15d61f81 (diff) | |
download | nextcloud-server-30.0.8rc1.tar.gz nextcloud-server-30.0.8rc1.zip |
Merge pull request #51551 from nextcloud/release/30.0.8_rc1v30.0.8rc1
30.0.8 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index f0f970c4a07..b791f79d681 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, 7, 2]; +$OC_Version = [30, 0, 8, 0]; // The human-readable string -$OC_VersionString = '30.0.7'; +$OC_VersionString = '30.0.8 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |