mirror of
https://github.com/r-smith/deceptifeed.git
synced 2025-10-23 00:12:22 +00:00
- Add `Version` string var to config package for storing version information. - Update Makefile to set the `Version` variable at build time using the latest Git tag. - Add `-version` flag to main package to print version information and exit. - Remove setting the GO111MODULE environment variable from Makefile when building. It's not needed.