Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix version naming convention to have 'v' prefix (#986)
This change is needed to follow `vgo` guidelines put forth by Go community. https://github.com/golang/vgo/blob/master/vendor/cmd/go/internal/semver/semver.go#L6 > // semantic version strings must begin with a leading "v" Supported format style https://github.com/golang/vgo/blob/master/vendor/cmd/go/internal/semver/semver.go#L11 > // vMAJOR[.MINOR[.PATCH[-PRERELEASE][+BUILD]]] Fixes #985
- Loading branch information