Skip to content

Commit aa2635d

Browse files
authored
Update v0.2.18
1 parent d5dda91 commit aa2635d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPTICK/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Install CLI:
2121
cd $HOME
2222
git clone https://github.com/UptickNetwork/uptick.git
2323
cd uptick
24-
git checkout v0.2.11
24+
git checkout v0.2.18
2525
make install
2626
````
27-
Let's check the version (current as of November 2023 - v0.2.11 commit: a67f8c973f0b4068493b5063a3f99fa8816558cf):
27+
Let's check the version (current as of February 2024 - v0.2.18 commit: d8618ad5c4054b28c3233f3e4eca40c739672255):
2828
````
2929
uptickd version --long
3030
````
@@ -39,7 +39,7 @@ Download the current genesis file:
3939
````
4040
curl -s https://raw.githubusercontent.com/UptickNetwork/uptick-mainnet/master/uptick_117-1/genesis.json > $HOME/.uptickd/config/genesis.json
4141
````
42-
Let's check sum genesis file (current as of November 2023 - df80462fed795d877fb1e372175ec66d004056fa0ec98c6c3ed52a6715efc66f):
42+
Let's check sum genesis file (current as of February 2024 - df80462fed795d877fb1e372175ec66d004056fa0ec98c6c3ed52a6715efc66f):
4343
````
4444
sha256sum $HOME/.uptickd/config/genesis.json
4545
````

0 commit comments

Comments
 (0)