Skip to content

Commit

Permalink
feat: upgrade-to-bee-1.12.0 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Feb 23, 2023
1 parent 5f3279a commit 969feeb
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.11.1/bee-${platformString}-${archString}${suffixString}`,
`https://github.com/ethersphere/bee/releases/download/v1.12.0/bee-${platformString}-${archString}${suffixString}`,
`bee${suffixString}`,
{ chmod: process.platform !== 'win32', force },
)
Expand Down

0 comments on commit 969feeb

Please sign in to comment.