We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f673e6 commit 90e8926Copy full SHA for 90e8926
scripts/download-CanBridge.mjs
@@ -4,7 +4,7 @@ import axios from 'axios';
4
import AdmZip from 'adm-zip';
5
import { platform, arch } from 'os';
6
7
-const canBridgeTag = "v2.3.2";
+const canBridgeTag = "v2.3.3";
8
const canBridgeReleaseAssetUrlPrefix = `https://github.com/unofficial-rev-port/CANBridge/releases/download/${canBridgeTag}`;
9
10
const externalCompileTimeDepsPath = 'externalCompileTimeDeps';
0 commit comments