From 24f9987bfbed6213758e3386d4ece9e314ff86af Mon Sep 17 00:00:00 2001 From: lushiji Date: Tue, 4 Aug 2026 09:49:44 +0800 Subject: [PATCH] build: update 4.17.4 to latest_release --- site3/website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site3/website/docusaurus.config.js b/site3/website/docusaurus.config.js index 478c76d48a2..83528f007fc 100644 --- a/site3/website/docusaurus.config.js +++ b/site3/website/docusaurus.config.js @@ -8,7 +8,7 @@ const baseUrl = process.env.BASE_URL || "/" const deployUrl = process.env.DEPLOY_URL || "https://bookkeeper.apache.org"; const variables = { /** They are used in .md files*/ - latest_release: "4.17.3", + latest_release: "4.17.4", stable_release: "4.16.7", github_repo: "https://github.com/apache/bookkeeper", github_master: "https://github.com/apache/bookkeeper/tree/master",