I would like to get the latest version of asdf by some command, e.g asdf upgrade or specific version asdf upgrade <name>
@vdolgishev a command for this already exists. asdf update should upgrade asdf to the latest tagged release. I will say I made a mistake during the last tag, and so the version appears incorrect. The tag however is correct. Also, asdf update --head will update to the latest commit on master. Hope this helps!
@Stratus3D thanks, I was using version 0.1, so there was no possibility to update. Just checked the last version - everything is working.
Most helpful comment
@vdolgishev a command for this already exists.
asdf updateshould upgrade asdf to the latest tagged release. I will say I made a mistake during the last tag, and so the version appears incorrect. The tag however is correct. Also,asdf update --headwill update to the latest commit on master. Hope this helps!