diff --git a/book/src/testnet-participation.md b/book/src/testnet-participation.md index 420dc57225..d47ba61e32 100644 --- a/book/src/testnet-participation.md +++ b/book/src/testnet-participation.md @@ -57,7 +57,7 @@ The `solana-install` tool can be used to easily install and upgrade the cluster software on Linux x86_64 systems. ```bash -$ export SOLANA_RELEASE=v0.14.1 # skip this line to install the latest release +$ export SOLANA_RELEASE=v0.14.2 # skip this line to install the latest release $ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.14.1/install/solana-install-init.sh | sh -s ```