Skip to content

Commit 9d3d347

Browse files
committed
Update CANBridge to 2.4.0
1 parent 066082a commit 9d3d347

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
@@ -3,7 +3,7 @@ import * as path from "path";
33
import axios from 'axios';
44
import AdmZip from 'adm-zip';
55

6-
const canBridgeTag = "v2.3.0";
6+
const canBridgeTag = "v2.4.0";
77
const canBridgeReleaseAssetUrlPrefix = `https://github.com/REVrobotics/CANBridge/releases/download/${canBridgeTag}`;
88

99
const externalCompileTimeDepsPath = 'externalCompileTimeDeps';

0 commit comments

Comments
 (0)