Skip to content

Commit 20aaa69

Browse files
authored
feat: bump get-bee to download bee v2.6.0 (#637)
1 parent 78f38fa commit 20aaa69

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.4.0/bee-${platformString}-${archString}${suffixString}`
33+
const url = `https://github.com/ethersphere/bee/releases/download/v2.6.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)