diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2025-04-10 15:06:49 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2025-04-10 15:06:49 +0200 |
commit | 7c2f05f3edcdcabff77b49f20947355434d30671 (patch) | |
tree | 9e20cc185e5f91de72a41c81fc62129ab2c1685f /version.php | |
parent | 180ec1a8758998f44f0bc4da78ad79e0567d2860 (diff) | |
download | nextcloud-server-release/30.0.9.tar.gz nextcloud-server-release/30.0.9.zip |
build(hub): 30.0.9release/30.0.9
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 9e69e83a253..78c5b89b810 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, 9, 1]; +$OC_Version = [30, 0, 9, 2]; // The human-readable string -$OC_VersionString = '30.0.9 RC2'; +$OC_VersionString = '30.0.9'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |