Closed HenrikBengtsson closed 1 month ago
chore: add hash commit and date for release (#217)
sorry, it's not a mistake. it just forgot to write into the changelog.
Oh, I see.
My need stems from grabbing the x.y.z version, so I can compare it fixed version. FWIW, I can work around it via:
version=$(speedtest-go --version 2>&1 | sed -E 's/(.* v| .*)//g')
Starting with speedtest-go 1.7.7, I no longer get pure
x.y.z
numeric output, but:Since it's not mentioned in the change log, I suspect this is a mistake.