assh
assh copied to clipboard
--version returns n/a
No useful version information is returned when using the -v option.
$ assh -v
assh version n/a (n/a)
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 ?
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 (281772c0)
So may be we have to track a change between those versions (no compiled version available between 2.11.3 and 2.12.2).