briandowns / openweathermap

Go (golang) package for use with openweathermap.org's API.
Apache License 2.0
240 stars 70 forks source link

Semantic versioning format is incorrect #105

Closed penguwin closed 2 years ago

penguwin commented 2 years ago

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

briandowns commented 2 years ago

Should be all set now.