From 77bb9e7ffcc2c0a0cc6fd6f8a2e63ed1e80b778f Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Tue, 2 Apr 2019 18:02:23 +0000 Subject: [PATCH] Fix the release number in testnet participation document --- book/src/testnet-participation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/testnet-participation.md b/book/src/testnet-participation.md index 7c037823c5..3fb6e11f1f 100644 --- a/book/src/testnet-participation.md +++ b/book/src/testnet-participation.md @@ -29,7 +29,7 @@ MacOS or WSL users may build from source. The shell commands in this section assume the following environment variables are set: ```bash -$ export release=0.12.1 +$ export release=0.12.3 $ export ip=$(dig +short beta.testnet.solana.com) $ export USE_INSTALL=1 ```