Skip to content

Commit

Permalink
docs: update user guide to reference v0.55.0 (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Jun 26, 2023
1 parent 4d0bb24 commit 6ef05f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/src/pcli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ latest tag for the current
[testnet](https://github.com/penumbra-zone/penumbra/releases):

```bash
cd penumbra && git fetch && git checkout v0.54.1
cd penumbra && git fetch && git checkout v0.55.0
```

### Building the `pcli` client software
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/src/pcli/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Make sure you've followed the [installation steps](https://guide.penumbra.zone/main/pcli/install.html#cloning-the-repository). Then, to update to the latest testnet [release](https://github.com/penumbra-zone/penumbra/releases):

```
cd penumbra && git fetch && git checkout v0.54.1
cd penumbra && git fetch && git checkout v0.55.0
```

Once again, build `pcli` with cargo:
Expand Down

0 comments on commit 6ef05f5

Please sign in to comment.