Closed shantanugadgil closed 2 years ago
The latest release v3.2.0 shows an older build version when executed with --version:
v3.2.0
--version
Steps:
wget https://github.com/buildkite/lifecycled/releases/download/v3.2.0/lifecycled-linux-amd64 chmod +x lifecycled-linux-amd64 ./lifecycled-linux-amd64 --version v3.1.0-4-gd354903
compiling from source shows the correct output:
*** compiled binary inside source code ...
./lifecycled --version v3.2.0
looks like this was fixed; tested with v3.3.0 @triarius
@triarius
The latest release
v3.2.0
shows an older build version when executed with--version
:Steps:
compiling from source shows the correct output:
*** compiled binary inside source code ...