preparations for the coming Hub 26 Spring release

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-05-28 11:02:44 +02:00
parent 9cfaad674c
commit 2f7b98ddff
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ readonly class DockerController {
}
if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = '33';
$installLatestMajor = '34';
} else {
$installLatestMajor = '';
}