diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md index 0ab691f052..6cb75a5429 100644 --- a/docs/getting-started/setup.md +++ b/docs/getting-started/setup.md @@ -62,5 +62,5 @@ You can [download a binary from our releases page](https://github.com/paritytech (Linux and Mac). Alternatively you can build the node by yourself: ```bash -cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag v0.17.0 --force --locked +cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag v0.23.0 --force --locked ```