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",