From 046559f40d8c63fffd1970c1b6d6ac5d590ff5af Mon Sep 17 00:00:00 2001 From: Anderson Nogueira Date: Tue, 2 Jun 2026 11:42:55 +0000 Subject: [PATCH] docs: bump stale build-example changelist to 5.24.percona.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c28c683..c738126 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ just clean-cache # Drop the Maven cache volume (forces a full re-download) Without `just`, build directly with Maven (CI-friendly versioning): ```bash -mvn -B -DskipTests package -Dchangelist=5.24.percona.3 +mvn -B -DskipTests package -Dchangelist=5.24.percona.4 ``` ---