Skip to content

Commit 6c3feda

Browse files
committed
updated sidecar version hash
1 parent 713b486 commit 6c3feda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/setupSidecarBinary.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function getSidecarBinaryURL() {
4848
// if the version we are looking at is okay, or we need to download a new binary
4949
// for now, lets keep it as it is and figure out a way to update the hash on
5050
// important updates
51-
export const SIDECAR_VERSION = '6e8aaed22c2c4a3331ccea298df96dc5fc1bb5dddd1e6f975f0b5c516cdff28b';
51+
export const SIDECAR_VERSION = 'ab0422cf1702c375184a7743de7e1e1f0ed527b69362a021ca25e40f91d0a660';
5252

5353
async function checkCorrectVersionRunning(url: string): Promise<boolean> {
5454
try {

0 commit comments

Comments
 (0)