--version
withings-export --version (and -v) now print the build version, wired to the release tag:
$ withings-export --version
withings-export version v1.2.0
Previously it errored with unknown flag: --version — the binary had no build-time version to report. Dev builds (go build without release ldflags) report dev. (#44)
Full changelog: v1.1.0...v1.2.0