Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: bee-dev --port 16338 --no-swap &

- name: Start bee-factory
run: bee-factory start --tag v2.8.2-rc1
run: bee-factory start

- name: Print swarm-cli status
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: bee-dev --port 16338 --no-swap &

- name: Start bee-factory
run: bee-factory start --tag v2.8.1
run: bee-factory start --tag v2.8.2

- name: Print swarm-cli status
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion src/command/quickstart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const platformTable = {
linux: 'linux',
}

const beeVersion = 'v2.8.1'
const beeVersion = 'v2.8.2'

export class Quickstart extends RootCommand implements LeafCommand {
public readonly name = 'quickstart'
Expand Down
Loading