I would like to install the same version of Temporal across my servers. Currently, I use the development server and install it as
curl -sSf https://temporal.download/cli.sh | sh
Alternatively I can download from here.
https://temporal.download/cli/archive/latest?platform=linux&arch=amd64
But both methods get the latest version. Say If I want server version 1.8.2, How do I pinpoint it?