This is an automated email from the ASF dual-hosted git repository.

shenwenbing 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 843df32d2b fix latest_release to 4.16.2 (#4029)
843df32d2b is described below

commit 843df32d2bad9b380a7026a367b98708aafdcb5f
Author: wenbingshen <[email protected]>
AuthorDate: Thu Jul 13 20:39:10 2023 +0800

    fix latest_release to 4.16.2 (#4029)
---
 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 c7f2a16947..a5bed4d253 100644
--- a/site3/website/docusaurus.config.js
+++ b/site3/website/docusaurus.config.js
@@ -7,7 +7,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.16.1",
+  latest_release: "4.16.2",
   stable_release: "4.14.7",
   github_repo: "https://github.com/apache/bookkeeper";,
   github_master: "https://github.com/apache/bookkeeper/tree/master";,

Reply via email to