Skip to content

Commit

Permalink
tech: update comet to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fisch2 authored Nov 27, 2024
1 parent 15b25e2 commit 46e66f5
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 46e66f5

Please sign in to comment.