doodle/pkg/updater
Noah 1105d9312a Updater: Better SemVer version checks for updates
* Instead of a simple "cur. ver != latest ver" check, parse the Major,
  Minor and Patch components and do a detailed check.
* So a x.x.1 release could be made for a specific platform that had a
  bad build, and it won't mind when it sees the latest version is the
  older x.x.0 build that other platforms had working fine.
2021-07-11 14:09:18 -07:00
..
updater.go Updater: Better SemVer version checks for updates 2021-07-11 14:09:18 -07:00
updater_test.go Updater: Better SemVer version checks for updates 2021-07-11 14:09:18 -07:00