Can't get the latest cardano wallet version v2022-04-27 #3264
-
Hi, Currently, I have a version v2022-01-18 and it is not able to sync with the newest version of the Cardano node. When I run the command TAG=$(git describe --tags --abbrev=0) && echo latest tag $TAG it shows latest tag v2022-01-18 not the v2022-04-27. Is there anything I am doing not correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
git describe description reads:
So perhaps you're locally on the commit that belongs to |
Beta Was this translation helpful? Give feedback.
git describe description reads:
So perhaps you're locally on the commit that belongs to
v2022-01-18
. Trygit pull origin master
first.