briandowns/openweathermap

Semantic versioning format is incorrect

Closed this issue ยท 1 comments

Hi ๐Ÿ‘‹,

I just noticed that in the current version, an extra period has slipped into the version number v.0.17.0. This extra period between v and 0 breaks the semantic versioning format required by go mod (e.g. causing to download v0.16.0 as @latest).
For reference the same thing has occurred in #83

Should be all set now.