We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713b486 commit 6c3fedaCopy full SHA for 6c3feda
src/utilities/setupSidecarBinary.ts
@@ -48,7 +48,7 @@ export function getSidecarBinaryURL() {
48
// if the version we are looking at is okay, or we need to download a new binary
49
// for now, lets keep it as it is and figure out a way to update the hash on
50
// important updates
51
-export const SIDECAR_VERSION = '6e8aaed22c2c4a3331ccea298df96dc5fc1bb5dddd1e6f975f0b5c516cdff28b';
+export const SIDECAR_VERSION = 'ab0422cf1702c375184a7743de7e1e1f0ed527b69362a021ca25e40f91d0a660';
52
53
async function checkCorrectVersionRunning(url: string): Promise<boolean> {
54
try {
0 commit comments