From 8c50042db93cead305091607a73416722f3513ed Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Thu, 7 Sep 2023 11:59:09 +0200 Subject: [PATCH] update(tools): bump driver version in the website Signed-off-by: Andrea Terzolo --- tools/update-drivers-website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-drivers-website/index.html b/tools/update-drivers-website/index.html index 2ca958b2937..0550588be81 100644 --- a/tools/update-drivers-website/index.html +++ b/tools/update-drivers-website/index.html @@ -91,7 +91,7 @@ var url = new URL(window.location); var lib = url.searchParams.get('lib'); if (lib == null) { - lib = "5.0.1+driver"; + lib = "6.0.0+driver"; url.searchParams.set('lib', lib); }; var target = url.searchParams.get('target')