Open simonhammes opened 1 month ago
https://pkg.go.dev/github.com/claudiodangelis/qrcp does not contain qrcp's releases.
As a result, go install github.com/claudiodangelis/qrcp@latest (from the README) does not install the latest release, but a development build instead. This can be confirmed by running qrcp version.
go install github.com/claudiodangelis/qrcp@latest
README
qrcp version
I overlooked this, good catch, thanks! I'm going to take care of it in the next few weeks. Thanks for taking the time for reporting, C
Thanks for the quick reply, and no worries :slightly_smiling_face:
https://pkg.go.dev/github.com/claudiodangelis/qrcp does not contain qrcp's releases.
As a result,
go install github.com/claudiodangelis/qrcp@latest
(from theREADME
) does not install the latest release, but a development build instead. This can be confirmed by runningqrcp version
.