We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b4ddc commit 3942f25Copy full SHA for 3942f25
site3/website/docusaurus.config.js
@@ -7,8 +7,8 @@ const baseUrl = process.env.BASE_URL || "/"
7
const deployUrl = process.env.DEPLOY_URL || "https://bookkeeper.apache.org";
8
const variables = {
9
/** They are used in .md files*/
10
- latest_release: "4.17.1",
11
- stable_release: "4.16.6",
+ latest_release: "4.17.2",
+ stable_release: "4.16.7",
12
github_repo: "https://github.com/apache/bookkeeper",
13
github_master: "https://github.com/apache/bookkeeper/tree/master",
14
mirror_base_url: "https://www.apache.org/dyn/closer.lua/bookkeeper",
0 commit comments