This is an automated email from the ASF dual-hosted git repository.
eolivelli 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 e0bcc3569 [website] Set 4.15.0 as latest release (#3265)
e0bcc3569 is described below
commit e0bcc356918056c00783193ccbd90f577b22a549
Author: Nicolò Boschi <[email protected]>
AuthorDate: Tue May 10 08:58:36 2022 +0200
[website] Set 4.15.0 as latest release (#3265)
---
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 6e875f650..b5656da8b 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.14.4",
+ latest_release: "4.15.0",
stable_release: "4.14.4",
github_repo: "https://github.com/apache/bookkeeper",
github_master: "https://github.com/apache/bookkeeper/tree/master",