Merge pull request #42900 from nextcloud/chore/bump-server-dev-version

chore: bump server version to 29.0.0.4 to trigger migrations
pull/42904/head
Joas Schilling 5 months ago committed by GitHub
commit 487de9a816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,7 +30,7 @@
// 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, 0, 3];
$OC_Version = [29, 0, 0, 4];
// The human-readable string
$OC_VersionString = '29.0.0 dev';

Loading…
Cancel
Save