customerio / go-customerio

Official Golang client for the Customer.io API
https://customer.io/docs/api/
MIT License
26 stars 23 forks source link

Tag a realease for version locking with package managers #3

Closed rv-rsouza closed 7 years ago

rv-rsouza commented 7 years ago

Hi.

Please consider tagging a release to make this package compatible with package managers like dep or glide.

As easy as git tag v1.0.0 -m "first release" && git push --tags.

Thanks.

hownowstephen commented 7 years ago

👍 I've just done exactly that, thanks!