Skip to content

Commit 7ac4839

Browse files
authored
feat: update get-bee to fetch bee 2.4.0 (#560)
1 parent 2199f37 commit 7ac4839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/utility/get-bee.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class GetBee extends RootCommand implements LeafCommand {
3030
if (!archString || !platformString) {
3131
throw Error(`Unsupported system: arch=${process.arch} platform=${process.platform}`)
3232
}
33-
const url = `https://github.com/ethersphere/bee/releases/download/v2.3.0/bee-${platformString}-${archString}${suffixString}`
33+
const url = `https://github.com/ethersphere/bee/releases/download/v2.4.0/bee-${platformString}-${archString}${suffixString}`
3434
this.console.info(`Downloading Bee from ${url}`)
3535
await fetch(url)
3636
.then(x => x.arrayBuffer())

0 commit comments

Comments
 (0)