Skip to content

Commit

Permalink
feat: upgrade bee to v1.14.1 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Apr 27, 2023
1 parent 3d3290f commit ef3834e
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.14.0/bee-${platformString}-${archString}${suffixString}`,
`https://github.com/ethersphere/bee/releases/download/v1.14.1/bee-${platformString}-${archString}${suffixString}`,
`bee${suffixString}`,
{ chmod: process.platform !== 'win32', force },
)
Expand Down

0 comments on commit ef3834e

Please sign in to comment.