Skip to content

Commit 7287285

Browse files
committed
Update sidecar version
1 parent 0d7f77a commit 7287285

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
@@ -47,7 +47,7 @@ export function getSidecarBinaryURL() {
4747
// if the version we are looking at is okay, or we need to download a new binary
4848
// for now, lets keep it as it is and figure out a way to update the hash on
4949
// important updates
50-
export const SIDECAR_VERSION = 'ce0cebc1afd9fa590a469a9abb7767edbb0889fea99b378f99808cbd7e88ff6c';
50+
export const SIDECAR_VERSION = 'a077b88a38143728bc3db94084ec56545f7071b8ae64383ef0c1b9895d74b5da';
5151

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

0 commit comments

Comments
 (0)