Skip to content

Commit 90e8926

Browse files
chore: Bump CANBridge tag
1 parent 3f673e6 commit 90e8926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-CanBridge.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import axios from 'axios';
44
import AdmZip from 'adm-zip';
55
import { platform, arch } from 'os';
66

7-
const canBridgeTag = "v2.3.2";
7+
const canBridgeTag = "v2.3.3";
88
const canBridgeReleaseAssetUrlPrefix = `https://github.com/unofficial-rev-port/CANBridge/releases/download/${canBridgeTag}`;
99

1010
const externalCompileTimeDepsPath = 'externalCompileTimeDeps';

0 commit comments

Comments
 (0)