Skip to content

Commit cfb6649

Browse files
authoredApr 17, 2025··
Merge pull request #52234 from nextcloud/release/29.0.16
2 parents 2be6f6f + 0490045 commit cfb6649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
3131
// when updating major/minor version number.
3232

33-
$OC_Version = [29, 0, 16, 0];
33+
$OC_Version = [29, 0, 16, 1];
3434

3535
// The human-readable string
36-
$OC_VersionString = '29.0.16 RC1';
36+
$OC_VersionString = '29.0.16';
3737

3838
$OC_VersionCanBeUpgradedFrom = [
3939
'nextcloud' => [

0 commit comments

Comments
 (0)
Please sign in to comment.