diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2025-03-06 15:43:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 15:43:32 +0100 |
commit | 942388fd70c3923c388316cb3aa3d99c0a6303f1 (patch) | |
tree | d4ade0e9ec324cb76db80b4e1ded2eba11e2dcfc | |
parent | be312b54267cc51ebaa09f83a36fa67f0565d33f (diff) | |
parent | 15bf668f3e3955f93ceb889697ccadde21663357 (diff) | |
download | nextcloud-server-942388fd70c3923c388316cb3aa3d99c0a6303f1.tar.gz nextcloud-server-942388fd70c3923c388316cb3aa3d99c0a6303f1.zip |
Merge pull request #51241 from nextcloud/release/30.0.7_rc1v30.0.7rc1
30.0.7 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 37093a7220f..18f5261b15f 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, 6, 2]; +$OC_Version = [30, 0, 7, 0]; // The human-readable string -$OC_VersionString = '30.0.6'; +$OC_VersionString = '30.0.7 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |