bump release version in testnet participation document

This commit is contained in:
Pankaj Garg 2019-04-05 08:06:10 -07:00
parent 4ea19b90a4
commit c2fdd1362a
1 changed files with 1 additions and 1 deletions

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.3 $ export release=0.12.4
$ export ip=$(dig +short beta.testnet.solana.com) $ export ip=$(dig +short beta.testnet.solana.com)
$ export USE_INSTALL=1 $ export USE_INSTALL=1
``` ```