Skip to content

Commit ea6e961

Browse files
committed
chore: update regen binary version in upgrade guide
1 parent a00605e commit ea6e961

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/validators/upgrades/v7.0-upgrade.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document provides guidelines for node operators upgrading from Regen Ledger
66

77
### Regen Ledger v7.0
88

9-
- [Release Notes](https://github.com/regen-network/regen-ledger/releases/tag/v7.1.0)
9+
- [Release Notes](https://github.com/regen-network/regen-ledger/releases/tag/v7.2.0)
1010

1111
### Regen Mainnet
1212

@@ -31,12 +31,12 @@ The following instructions assume the `cosmovisor` binary is already installed a
3131
Cosmovisor provides an auto-download option that prevents the need for the following steps in preparing for the upgrade. Although available to validators, this feature should only be used for non-validator nodes and validators should build the binary from source.
3232
:::
3333

34-
Build the upgrade binary (`v7.1.0`) from source:
34+
Build the upgrade binary (`v7.2.0`) from source:
3535

3636
```bash
3737
cd regen-ledger
3838
git fetch --tags
39-
git checkout v7.1.0
39+
git checkout v7.2.0
4040
make build
4141
```
4242

@@ -49,10 +49,10 @@ Ensure the `regen` binary has been built:
4949
You should see the following:
5050

5151
```bash
52-
v7.1.0
52+
v7.2.0
5353
```
5454

55-
Create a `v7_0` directory and copy the upgrade binary (`v7.1.0`) to the directory:
55+
Create a `v7_0` directory and copy the upgrade binary (`v7.2.0`) to the directory:
5656

5757
```bash
5858
mkdir -p $HOME/.regen/cosmovisor/upgrades/v7_0/bin
@@ -67,21 +67,21 @@ $HOME/.regen/cosmovisor/upgrades/v7_0/bin/regen version
6767
You should see the following:
6868

6969
```bash
70-
v7.1.0
70+
v7.2.0
7171
```
7272

73-
At the proposed block height, `cosmovisor` will automatically stop the current binary (`v6.x.x`), set the upgrade binary as the current binary (`v7.1.0`), and then (depending on the cosmovisor settings) perform a backup and restart the node.
73+
At the proposed block height, `cosmovisor` will automatically stop the current binary (`v6.x.x`), set the upgrade binary as the current binary (`v7.2.0`), and then (depending on the cosmovisor settings) perform a backup and restart the node.
7474

7575
### Option 2: Without Cosmovisor
7676

7777
Using `cosmovisor` to perform the upgrade is not required. Node operators also have the option to manually update the `regen` binary at the time of the upgrade.
7878

79-
First Build the upgrade binary (`v7.1.0`) from source:
79+
First Build the upgrade binary (`v7.2.0`) from source:
8080

8181
```bash
8282
cd regen-ledger
8383
git fetch --tags
84-
git checkout v7.1.0
84+
git checkout v7.2.0
8585
make install
8686
```
8787

@@ -94,7 +94,7 @@ regen version
9494
You should see the following:
9595

9696
```bash
97-
v7.1.0
97+
v7.2.0
9898
```
9999

100100
When the chain halts at the proposed upgrade height, stop the current process running `regen`.

0 commit comments

Comments
 (0)