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 May 23, 2024
1 parent a8b8d0e commit f0bfb5d
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 = "7.0.0+driver";
lib = "7.2.0+driver";
url.searchParams.set('lib', lib);
};
var target = url.searchParams.get('target')
Expand Down

0 comments on commit f0bfb5d

Please sign in to comment.