lanrat / czds

simple golang API and tools to interact with czds.icann.org
https://pkg.go.dev/github.com/lanrat/czds
GNU General Public License v3.0
72 stars 14 forks source link

Add version flag for CMDs #15

Closed lanrat closed 2 years ago

lanrat commented 2 years ago

Use latest git tag in Makefile.

uggyuggy commented 2 years ago

Hi,

thank you for the added --version, which make upgrade/testing easier 👍

(side note: It looks this works only when using "git" as sources, not when downloading the the available "tar.gz" in "release" section) (not complaining at all, just for info)

lanrat commented 2 years ago

Go uses git tags for versioning already, I didn't want to introduce a new method that I would need to keep in sync.