You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asdf version should output the correct version when installed through go install
Steps to Reproduce
go install github.com/asdf-vm/asdf/cmd/asdf@v0.16.7
~/go/bin/asdf version
Expected Behaviour
Should output 0.16.7
Actual Behaviour
It outputs v-dev
Environment
OS:
Linux fedora 6.13.8-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Mar 23 05:03:09 UTC 2025 x86_64 GNU/Linux
SHELL:
GNU bash, version 5.2.32(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
BASH VERSION:
5.2.32(1)-release
ASDF VERSION:
v-dev
ASDF INTERNAL VARIABLES:
ASDF_DEFAULT_TOOL_VERSIONS_FILENAME=.tool-versions
ASDF_DATA_DIR=/home/user/.asdf
ASDF_CONFIG_FILE=/home/user/.asdfrc
ASDF INSTALLED PLUGINS:
nodejs https://github.com/asdf-vm/asdf-nodejs.git 2bd35bcf4bd017dc364fa70a22f8650f14e88ced
ruby https://github.com/asdf-vm/asdf-ruby.git 87eac3928dac8d4f7a972e32149b933099936584
yarn https://github.com/twuni/asdf-yarn.git 376c5407ef22c82fa56e4bd9f6a9108354063acb
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
asdf version
should output the correct version when installed throughgo install
Steps to Reproduce
go install github.com/asdf-vm/asdf/cmd/asdf@v0.16.7
~/go/bin/asdf version
Expected Behaviour
Should output
0.16.7
Actual Behaviour
It outputs
v-dev
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: