diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2025-03-06 18:31:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-06 18:31:47 +0100 |
commit | e4c29f70948b0ef318d5e8196ebc44a9be707a90 (patch) | |
tree | c5e0eb28594d129fdec50b55e8a24d7faf873e4a | |
parent | 47290e5c72227e12cf8648c20fcf634d57f1df65 (diff) | |
parent | 011955173283b538e682ea285a17a254bc293d6c (diff) | |
download | nextcloud-server-e4c29f70948b0ef318d5e8196ebc44a9be707a90.tar.gz nextcloud-server-e4c29f70948b0ef318d5e8196ebc44a9be707a90.zip |
Merge pull request #51242 from nextcloud/release/29.0.13_rc1v29.0.13rc1
29.0.13 RC1
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index e47663e2bff..b09a2445cf1 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, 12, 2]; +$OC_Version = [29, 0, 13, 0]; // The human-readable string -$OC_VersionString = '29.0.12'; +$OC_VersionString = '29.0.13 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ |