From 9d236ddfa41000b254e18b47b4d534b7144c9f18 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 3 May 2019 17:01:04 -0600 Subject: [PATCH] Update book to point at 0.14.1 release for testnet participation (#4152) --- book/src/testnet-participation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/testnet-participation.md b/book/src/testnet-participation.md index 3464810e4c..bad357bee2 100644 --- a/book/src/testnet-participation.md +++ b/book/src/testnet-participation.md @@ -54,8 +54,8 @@ 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.0 # skip this line to install the latest release -$ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v0.14.0/install/solana-install-init.sh | sh -s +$ export SOLANA_RELEASE=v0.14.1 # 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 ``` Alternatively build the `solana-install` program from source and run the