Skip to content

Commit

Permalink
feat: upgrade to bee 2 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Mar 26, 2024
1 parent 13c9f0a commit 1759c96
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.18.1/bee-${platformString}-${archString}${suffixString}`,
`https://github.com/ethersphere/bee/releases/download/v2.0.0/bee-${platformString}-${archString}${suffixString}`,
`bee${suffixString}`,
{ chmod: process.platform !== 'win32', force },
)
Expand Down

0 comments on commit 1759c96

Please sign in to comment.