ionos-cloud/ionosctl

Reported ionosctl version

Closed this issue · 2 comments

Description

When using a beta version, the reported version doesn't include the beta suffix.

Expected behavior

ionosctl --version should print the whole version. Otherwise people may think they are using 6.0.0.

How to Reproduce

[fischerman@falcon ~ ]$ curl -sL https://github.com/ionos-cloud/ionosctl/releases/download/v6.0.0-beta.3/ionosctl-6.0.0-beta.3-linux-amd64.tar.gz | tar -xzv
ionosctl
[fischerman@falcon ~ ]$ ./ionosctl --version
ionosctl version 6.0.0

Hello,

This has been fixed in the latest release: v6.0.0-beta.4.

Thank you,
Ana

Cheers!