This is an automated email from the ASF dual-hosted git repository.
lushiji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 3942f25be7 build: update 4.17.2 and 4.16.7 to latest_release and
stable_release (#4627)
3942f25be7 is described below
commit 3942f25be79ca46a03c122e8add3f06f5e327edf
Author: StevenLuMT <[email protected]>
AuthorDate: Sun Jul 6 16:40:27 2025 +0800
build: update 4.17.2 and 4.16.7 to latest_release and stable_release (#4627)
---
site3/website/docusaurus.config.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site3/website/docusaurus.config.js
b/site3/website/docusaurus.config.js
index 18cdb2c319..4d9e463c35 100644
--- a/site3/website/docusaurus.config.js
+++ b/site3/website/docusaurus.config.js
@@ -7,8 +7,8 @@ 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.1",
- stable_release: "4.16.6",
+ latest_release: "4.17.2",
+ stable_release: "4.16.7",
github_repo: "https://github.com/apache/bookkeeper",
github_master: "https://github.com/apache/bookkeeper/tree/master",
mirror_base_url: "https://www.apache.org/dyn/closer.lua/bookkeeper",