Skip to content

Commit

Permalink
update(tools): bump driver version in the website
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 authored and poiana committed Sep 7, 2023
1 parent 27c8063 commit 8c50042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-drivers-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8c50042

Please sign in to comment.