From 983ec5debc05e926655ab0de62f6d55c4a32097d Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 6 Mar 2020 22:06:41 -0700 Subject: [PATCH] Docs version bump (#8709) automerge --- docs/src/install-solana.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/install-solana.md b/docs/src/install-solana.md index 14db44c717..fb94ae2d86 100644 --- a/docs/src/install-solana.md +++ b/docs/src/install-solana.md @@ -1,14 +1,14 @@ # Installing Solana Install the Solana release -[v1.0.5](https://github.com/solana-labs/solana/releases/tag/v1.0.5) on your +[v1.1.0](https://github.com/solana-labs/solana/releases/tag/v1.1.0) on your machine by running: ```bash -curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.0.5/install/solana-install-init.sh | sh -s - 1.0.5 +curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.1.0/install/solana-install-init.sh | sh -s - 1.1.0 ``` -If you are connecting to a different testnet, you can replace `1.0.5` with the +If you are connecting to a different testnet, you can replace `1.1.0` with the release tag matching the software version of your desired testnet, or replace it with the named channel `stable`, `beta`, or `edge`. @@ -16,11 +16,11 @@ The following output indicates a successful update: ```text looking for latest release -downloading v1.0.5 installer +downloading v1.1.0 installer Configuration: /home/solana/.config/solana/install/config.yml Active release directory: /home/solana/.local/share/solana/install/active_release -* Release version: 1.0.5 -* Release URL: https://github.com/solana-labs/solana/releases/download/v1.0.5/solana-release-x86_64-unknown-linux-gnu.tar.bz2 +* Release version: 1.1.0 +* Release URL: https://github.com/solana-labs/solana/releases/download/v1.1.0/solana-release-x86_64-unknown-linux-gnu.tar.bz2 Update successful ```