Skip to content

Commit

Permalink
updated sidecar version hash
Browse files Browse the repository at this point in the history
  • Loading branch information
g-danna committed Dec 4, 2024
1 parent 713b486 commit 6c3feda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/setupSidecarBinary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function getSidecarBinaryURL() {
// if the version we are looking at is okay, or we need to download a new binary
// for now, lets keep it as it is and figure out a way to update the hash on
// important updates
export const SIDECAR_VERSION = '6e8aaed22c2c4a3331ccea298df96dc5fc1bb5dddd1e6f975f0b5c516cdff28b';
export const SIDECAR_VERSION = 'ab0422cf1702c375184a7743de7e1e1f0ed527b69362a021ca25e40f91d0a660';

async function checkCorrectVersionRunning(url: string): Promise<boolean> {
try {
Expand Down

0 comments on commit 6c3feda

Please sign in to comment.