From 90f17e8fd4a3dc29e34dc169b621575d16485aad Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 22 Mar 2019 17:18:27 -0700 Subject: [PATCH] Update testnet-participation.md --- proposals/src/testnet-participation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/src/testnet-participation.md b/proposals/src/testnet-participation.md index bd1bbc9930..c9d02d97ef 100644 --- a/proposals/src/testnet-participation.md +++ b/proposals/src/testnet-participation.md @@ -29,7 +29,7 @@ the most). MacOS or WSL users may build from source. The shell commands in the section assume the following environment variables are set: ```bash -$ export release=0.12.1-pre2 +$ export release=0.12.1 $ export ip=$(dig +short beta.testnet.solana.com) ```