Skip to content

Explicitly Default Version to '@latest' - v0.3.1

Latest
Compare
Choose a tag to compare
@TekWizely TekWizely released this 25 Aug 01:52
c7b1d9b

The switch to go install introduced a bug, as go install requires an explicit @version in order to trigger the newly-added download+compile feature, where as the existing go get silently defaulted to @latest when no version was given.

This release adds logic to explicitly default the version to @latest if no version tag is provided.