Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--version returns n/a #404

Open
adamsilkcm opened this issue Feb 22, 2021 · 2 comments
Open

--version returns n/a #404

adamsilkcm opened this issue Feb 22, 2021 · 2 comments

Comments

@adamsilkcm
Copy link

No useful version information is returned when using the -v option.

$ assh -v
assh version n/a (n/a)
@boris-lenzinger
Copy link

If compiled on my linux with make install , assh returns the expected information:

$ assh --version assh version v2.15.0-10-g24a4ce69 (24a4ce69)
But the pre-compiled versions do not return this value. Probably something related to the CI ?

@boris-lenzinger
Copy link

After testing the different versions available for download, it appears that:

  • 2.15.0: returns n/a
  • 2.14.0: returns n/a
  • 2.13.0: returns n/a
  • 2.12.2: returns n/a
  • 2.11.3: returns assh version v2.11.3 (281772c)

So may be we have to track a change between those versions (no compiled version available between 2.11.3 and 2.12.2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants