mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
* Config: Tighten config version handling as uint16 This constrains the versions to uint16 and improves error handling. LatestVersion becomes literally that. Fixes handling for negative or overflowing versions in config * Config: Rename LatestVersion to UseLatestVersion