mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
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:
commit
487de9a816
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue