chore: bump server version to 29.0.0.4 to trigger migrations

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
Grigorii K. Shartsev 2024-01-17 20:07:44 +01:00
parent e42f511412
commit d772f6991c
1 changed files with 1 additions and 1 deletions

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