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