Open cedws opened 2 years ago
Hey, not a big deal but binaries downloaded from tag v1.3.0 report they are 1.2.0 with --version:
--version
$ tar xf plow_1.3.0_darwin_amd64.tar.gz $ ./plow --version 1.2.0
This might confuse some Ansible playbooks which use the stdout version to determine if a new binary needs to be downloaded.
Thanks for your feedback, this is a known issue and has been fixed in the latest v1.3.1 .
Nice. Do you think we could add it to the tag notes for v1.3.0 please?
Hey, not a big deal but binaries downloaded from tag v1.3.0 report they are 1.2.0 with
--version
:This might confuse some Ansible playbooks which use the stdout version to determine if a new binary needs to be downloaded.