Skip to content

Commit 7291aa1

Browse files
authored
Update paloma version in README.md (#1363)
1 parent fbf5310 commit 7291aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rm -r ~/.paloma/data/wasm/cache
9898
### To get the latest prebuilt `palomad` binary
9999

100100
```shell
101-
wget -O - https://github.com/palomachain/paloma/releases/download/v2.4.11/paloma_Linux_x86_64.tar.gz | \
101+
wget -O - https://github.com/palomachain/paloma/releases/download/v2.4.12/paloma_Linux_x86_64.tar.gz | \
102102
sudo tar -C /usr/local/bin -xvzf - palomad
103103
sudo chmod +x /usr/local/bin/palomad
104104
```
@@ -111,7 +111,7 @@ sudo chmod +x /usr/local/bin/palomad
111111
```shell
112112
git clone https://github.com/palomachain/paloma.git
113113
cd paloma
114-
git checkout v2.4.11
114+
git checkout v2.4.12
115115
make build
116116
sudo mv ./build/palomad /usr/local/bin/palomad
117117
```

0 commit comments

Comments
 (0)