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

chore: bump server version to 29.0.0.4 to trigger migrations
This commit is contained in:
Joas Schilling 2024-01-17 20:37:26 +01:00 committed by GitHub
commit 487de9a816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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';