Fix the release number in testnet participation document

This commit is contained in:
Pankaj Garg
2019-04-02 18:02:23 +00:00
committed by Grimes
parent f441177840
commit 77bb9e7ffc

View File

@ -29,7 +29,7 @@ MacOS or WSL users may build from source.
The shell commands in this section assume the following environment variables are The shell commands in this section assume the following environment variables are
set: set:
```bash ```bash
$ export release=0.12.1 $ export release=0.12.3
$ export ip=$(dig +short beta.testnet.solana.com) $ export ip=$(dig +short beta.testnet.solana.com)
$ export USE_INSTALL=1 $ export USE_INSTALL=1
``` ```