Skip to content

Commit 87a3b0d

Browse files
authored
Merge pull request #748 from ethersphere/fix-8-6-15
fix migration instructions
2 parents b9a7dc1 + 3108469 commit 87a3b0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/bee/working-with-bee/staking.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,16 +498,19 @@ You can use the `/health` endpoint to confirm your current Bee version:
498498
curl -s http://localhost:1633/health | jq
499499
```
500500

501-
To confirm a successful update, check that the `version` number in the results corresponds to the [latest](https://github.com/ethersphere/bee/releases/tag/v2.5.0) Bee release:
501+
To confirm a successful update, check that the value for the `"version"` field in the results corresponds to the version number of the [latest](https://github.com/ethersphere/bee/releases/latest) Bee release.
502+
503+
For example, if the latest version was 2.6.0, it would look like this:
502504

503505
```bash
504506
{
505507
"status": "ok",
506-
"version": "2.5.0-5ec231ba",
508+
"version": "2.6.0-d0aa8b93",
507509
"apiVersion": "7.3.0"
508510
}
509511
```
510512

513+
*Make sure to check the [latest](https://github.com/ethersphere/bee/releases/latest) version number yourself, as the versions shown in examples in this guide may not always be up to date with the latest.*
511514

512515
### Step 4: Re-stake xBZZ
513516

0 commit comments

Comments
 (0)