Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 11:48
· 57 commits to main since this release

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