Skip to content

Commit

Permalink
chore: Bump CANBridge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettsummerfi3ld committed Jul 1, 2024
1 parent 3f673e6 commit 90e8926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-CanBridge.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import axios from 'axios';
import AdmZip from 'adm-zip';
import { platform, arch } from 'os';

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

const externalCompileTimeDepsPath = 'externalCompileTimeDeps';
Expand Down

0 comments on commit 90e8926

Please sign in to comment.