v0.1.2
A small fix release.
go install builds now report their version. Previously go install …@vX.Y.Z printed 0.0.0-dev from --version, because go install builds from source and doesn't apply GoReleaser's build-time version stamp. It now falls back to the module version Go embeds in the build (e.g. v0.1.2).
Downloaded release binaries already reported the correct version and are unchanged.
Install
go install github.com/kevin-burns/linkedin-assist/cmd/li-assist@v0.1.2