diff --git a/website/docs/guides/cli.md b/website/docs/guides/cli.md index 5b1637bff5..5603868a46 100644 --- a/website/docs/guides/cli.md +++ b/website/docs/guides/cli.md @@ -12,7 +12,7 @@ The MCAP command line tool is useful for working with MCAP files. Use the asset links on https://github.com/foxglove/mcap/releases to download a release-specific binary for your platform (v0.0.34 for Linux AMD64 in the example below): - $ wget https://github.com/foxglove/mcap/releases/download/releases%2Fmcap-cli%2Fv0.0.34/mcap-linux-amd64 -O mcap + $ wget https://github.com/foxglove/mcap/releases/download/releases%2Fmcap-cli%2Fv0.0.35/mcap-linux-amd64 -O mcap Then, mark it executable: