Skip to content

Commit

Permalink
feat: upgrade to bee 1.17.6 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Dec 4, 2023
1 parent 721c51a commit ed239ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function runDownloader(force = false): Promise<void> {
}
await ensureDir(paths.data)
await ensureAsset(
`https://github.com/ethersphere/bee/releases/download/v1.17.5/bee-${platformString}-${archString}${suffixString}`,
`https://github.com/ethersphere/bee/releases/download/v1.17.6/bee-${platformString}-${archString}${suffixString}`,
`bee${suffixString}`,
{ chmod: process.platform !== 'win32', force },
)
Expand Down

0 comments on commit ed239ec

Please sign in to comment.