Skip to content

Commit

Permalink
tech: update comet to v0.2.0 (#4145)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisch2 authored Jan 20, 2025
1 parent ed52e16 commit 0b5e402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/downloadHelperBinaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const RELEASE_TAGS = {
legendary: '0.20.36',
gogdl: 'v1.1.2',
nile: 'v1.1.2',
comet: 'v0.1.2'
comet: 'v0.2.0'
} as const satisfies Record<DownloadedBinary, string>

const pathExists = async (path: string): Promise<boolean> =>
Expand Down

0 comments on commit 0b5e402

Please sign in to comment.