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
When running the hubble cli using the --version flag (not documented in the --help though) it shows an extra v in front of the version.
The command version does show it correctly though.
# Using the flag
hubble --version
hubble vv1.16.3
# Using the command
hubble version
hubble v1.16.3@HEAD-5d300c4 compiled with go1.23.2 on linux/amd64