We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae41da5 commit 9171769Copy full SHA for 9171769
meta/downloadHelperBinaries.ts
@@ -10,7 +10,7 @@ type DownloadedBinary = 'legendary' | 'gogdl' | 'nile' | 'comet'
10
const RELEASE_TAGS = {
11
legendary: '0.20.35',
12
gogdl: 'v1.1.1',
13
- nile: 'v1.1.0',
+ nile: 'v1.1.1',
14
comet: 'v0.1.2'
15
} as const satisfies Record<DownloadedBinary, string>
16
0 commit comments