From 5e61c3df7f1cb18306de5595a48063338dfeeeea Mon Sep 17 00:00:00 2001 From: Eugene Way Date: Wed, 10 Jan 2024 20:15:41 +0100 Subject: [PATCH] Change release version (#68) --- docs/staking/validate.mdx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/staking/validate.mdx b/docs/staking/validate.mdx index 99c413f..432825f 100644 --- a/docs/staking/validate.mdx +++ b/docs/staking/validate.mdx @@ -36,18 +36,18 @@ Download the latest stable release of the `gear` node from the builds repo and u Terminal: ```bash -curl -O https://get.gear.rs/gear-v1.0.2-x86_64-pc-windows-msvc.zip +curl -O https://get.gear.rs/gear-v1.0.4-x86_64-pc-windows-msvc.zip ``` or -**Windows x64**: [gear-v1.0.2-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v1.0.2-x86_64-pc-windows-msvc.zip) +**Windows x64**: [gear-v1.0.4-x86_64-pc-windows-msvc.zip](https://get.gear.rs/gear-v1.0.4-x86_64-pc-windows-msvc.zip) Unzip the downloaded package then you can try to run the node: ``` ❯ gear.exe --version -gear.exe 1.0.2-d02d306f97c +gear.exe 1.0.4-d383807b6c6 ``` @@ -56,18 +56,18 @@ gear.exe 1.0.2-d02d306f97c Terminal: ```bash -curl https://get.gear.rs/gear-v1.0.2-aarch64-apple-darwin.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.0.4-aarch64-apple-darwin.tar.xz | tar xJ ``` or -**macOS M1/M2**: [gear-v1.0.2-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.2-aarch64-apple-darwin.tar.xz) +**macOS M1/M2**: [gear-v1.0.4-aarch64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.4-aarch64-apple-darwin.tar.xz) You can try to run the node: ``` ❯ ./gear --version -gear 1.0.2-d02d306f97c +gear 1.0.4-d383807b6c6 ``` @@ -76,18 +76,18 @@ gear 1.0.2-d02d306f97c Terminal: ```bash -curl https://get.gear.rs/gear-v1.0.2-x86_64-apple-darwin.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.0.4-x86_64-apple-darwin.tar.xz | tar xJ ``` or -**macOS Intel x64**: [gear-v1.0.2-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.2-x86_64-apple-darwin.tar.xz) +**macOS Intel x64**: [gear-v1.0.4-x86_64-apple-darwin.tar.xz](https://get.gear.rs/gear-v1.0.4-x86_64-apple-darwin.tar.xz) You can try to run the node: ``` ❯ ./gear --version -gear 1.0.2-d02d306f97c +gear 1.0.4-d383807b6c6 ``` @@ -97,18 +97,18 @@ gear 1.0.2-d02d306f97c Terminal: ```bash -curl https://get.gear.rs/gear-v1.0.2-x86_64-unknown-linux-gnu.tar.xz | tar xJ +curl https://get.gear.rs/gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz | tar xJ ``` or -**Linux x64**: [gear-v1.0.2-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.0.2-x86_64-unknown-linux-gnu.tar.xz) +**Linux x64**: [gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz](https://get.gear.rs/gear-v1.0.4-x86_64-unknown-linux-gnu.tar.xz) You can try to run the node: ``` ❯ ./gear --version -gear 1.0.2-d02d306f97c +gear 1.0.4-d383807b6c6 ```