From e95233c36e907aacfc11ce36f4a85503e1313a4c Mon Sep 17 00:00:00 2001 From: utzcoz Date: Fri, 10 Nov 2023 23:56:28 +0800 Subject: [PATCH] Add sidebar link to 4.11 Signed-off-by: utzcoz --- _config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 0dca3f3bd..ceb659a31 100644 --- a/_config.yml +++ b/_config.yml @@ -71,6 +71,8 @@ menu: url: /javadoc/4.9/ - title: "4.10" url: /javadoc/4.10/ + - title: "4.11" + url: /javadoc/4.11/ class: italic - title: Issues url: https://github.com/robolectric/robolectric/issues/ @@ -103,6 +105,6 @@ defaults: robolectric: version: - current: "4.9" - preview: "4.9" - snapshot: "4.10-SNAPSHOT" + current: "4.11.1" + preview: "4.12-SNAPSHOT" + snapshot: "4.12-SNAPSHOT"