Update release version in book (#4253)

This commit is contained in:
Dan Albert
2019-05-10 18:42:42 -06:00
committed by GitHub
parent ced94c8b28
commit 5fbe1b8439

View File

@ -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
```