six-ddc / plow

A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display
Apache License 2.0
4.12k stars 140 forks source link

1.3.0 reports incorrect version #56

Open cedws opened 2 years ago

cedws commented 2 years ago

Hey, not a big deal but binaries downloaded from tag v1.3.0 report they are 1.2.0 with --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.

six-ddc commented 2 years ago

Thanks for your feedback, this is a known issue and has been fixed in the latest v1.3.1 .

cedws commented 2 years ago

Nice. Do you think we could add it to the tag notes for v1.3.0 please?