diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2025-04-03 21:06:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-03 21:06:03 +0200 |
commit | 33b181c8d7bbeca6e00d5bc04d1fb857a96836ba (patch) | |
tree | c8563edcde69a4317072c39e24b367e700f6f6ed | |
parent | 4162b68821902c0028b4dbdb1da84e09629019ca (diff) | |
parent | 1b213bb4f1b0cdba2781257e43985262c8d9c154 (diff) | |
download | nextcloud-server-29.0.15rc1.tar.gz nextcloud-server-29.0.15rc1.zip |
Merge pull request #51902 from nextcloud/release/29.0.15_rc1v29.0.15rc1
29.0.15 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 217fc776c65..4b2ffbc0229 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,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 = [29, 0, 14, 2]; +$OC_Version = [29, 0, 15, 0]; // The human-readable string -$OC_VersionString = '29.0.14'; +$OC_VersionString = '29.0.15 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |