Bump `$updateVersion` to 1 higher than stable

This commit is contained in:
Mark Prins 2023-04-07 15:30:10 +02:00 committed by GitHub
parent 753d9add8c
commit 3e62f0f116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// update message version - always use a string to avoid localized floats!
use dokuwiki\Extension\Event;
$updateVersion = "53";
$updateVersion = "55";
// xdebug_start_profiling();