Skip to content

Commit 4ac0512

Browse files
Update osmosisd.md
1 parent 53e320c commit 4ac0512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/osmosis-core/osmosisd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,22 @@ sudo apt install git build-essential ufw curl jq snapd --yes
6060
Install go:
6161

6262
```bash
63-
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.19.9
63+
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.22.11
6464
```
6565

6666
After installed, open new terminal to properly load go
6767

6868
## Install Osmosis Binary
6969

70-
Clone the osmosis repo, checkout and install v11.0.1:
70+
Clone the osmosis repo, checkout and install v29:
7171

7272

7373
```bash
7474
cd $HOME
7575
git clone https://github.com/osmosis-labs/osmosis
7676
cd osmosis
7777

78-
git checkout v11.0.1
78+
git checkout v29.0.0
7979

8080
make install
8181
```

0 commit comments

Comments
 (0)