Skip to content

Commit

Permalink
feat: upgrade to bee 1.17.2 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Aug 11, 2023
1 parent 157a678 commit 507161e
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 323 deletions.
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.16.1/bee-${platformString}-${archString}${suffixString}`,
`https://github.com/ethersphere/bee/releases/download/v1.17.2/bee-${platformString}-${archString}${suffixString}`,
`bee${suffixString}`,
{ chmod: process.platform !== 'win32', force },
)
Expand Down
Loading

0 comments on commit 507161e

Please sign in to comment.