File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Install CLI:
21
21
cd $HOME
22
22
git clone https://github.com/UptickNetwork/uptick.git
23
23
cd uptick
24
- git checkout v0.2.11
24
+ git checkout v0.2.18
25
25
make install
26
26
````
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 ):
28
28
````
29
29
uptickd version --long
30
30
````
@@ -39,7 +39,7 @@ Download the current genesis file:
39
39
````
40
40
curl -s https://raw.githubusercontent.com/UptickNetwork/uptick-mainnet/master/uptick_117-1/genesis.json > $HOME/.uptickd/config/genesis.json
41
41
````
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):
43
43
````
44
44
sha256sum $HOME/.uptickd/config/genesis.json
45
45
````
You can’t perform that action at this time.
0 commit comments