zymap commented on code in PR #4158:
URL: https://github.com/apache/bookkeeper/pull/4158#discussion_r1432078634


##########
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.3",

Review Comment:
   okay. make sense. I thought it is the newest release.



##########
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.3",
+  latest_release: "4.15.5",

Review Comment:
   ```suggestion
     latest_release: "4.16.3",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to