From 3c5fbdbb8a7ea56b505a723da5df786d1c69273f Mon Sep 17 00:00:00 2001 From: lprimak Date: Sat, 22 Jul 2023 11:50:24 -0500 Subject: [PATCH] bugfix(doap): updated latest redirect to 1.12 --- src/site/assets/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/assets/.htaccess b/src/site/assets/.htaccess index 268f21db3c..6213e49ab3 100644 --- a/src/site/assets/.htaccess +++ b/src/site/assets/.htaccess @@ -52,5 +52,5 @@ RedirectMatch /static/1.1.0(.*) /static/current$1 RedirectMatch /static/1.0.0-incubating(.*) /static/current$1 # latest -RedirectMatch /static/current(.*) /static/1.11.0$1 -RedirectMatch /static/latest(.*) /static/1.11.0$1 +RedirectMatch /static/current(.*) /static/1.12.0$1 +RedirectMatch /static/latest(.*) /static/1.12.0$1