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 80a12e7 Mark 4.8.1 as latest release
80a12e7 is described below
commit 80a12e74276c455775e87e6fea3df4ed530c3850
Author: Enrico Olivelli <[email protected]>
AuthorDate: Mon Dec 3 16:07:16 2018 +0100
Mark 4.8.1 as latest release
Descriptions of the changes in this PR:
Change website configuration so that the downloads make suggest 4.8.1 and
4.8.0
Reviewers: Sijie Guo <[email protected]>
This closes #1855 from eolivelli/fix/mark-481-latest
---
site/_config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_config.yml b/site/_config.yml
index 2512864..d747fc4 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -33,7 +33,7 @@ archived_versions:
- "4.1.0"
- "4.0.0"
latest_version: "4.9.0-SNAPSHOT"
-latest_release: "4.8.0"
+latest_release: "4.8.1"
stable_release: "4.7.2"
distributedlog_version: "4.7.2"