Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change release version #68

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/staking/validate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

</TabItem>
Expand All @@ -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
```

</TabItem>
Expand All @@ -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
```

</TabItem>
Expand All @@ -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
```

</TabItem>
Expand Down