#14938 Have to include SHA with pants version when using pants.pex
Issue created by
csqzhang
Describe the bug
When I use pants.pex download from pants release in macOS and Linux, I have to specify pants_version with SHA in pants.toml. for example, pants_version='2.10.0+gitb27a00dd'.
Pants version
2.10.0
OS
MacOS, Linux
Additional info
Reproduce steps:
1. download pants pex
2. put pants_version='2.10.0' in pants.toml
3. run ./pants --version.
pantsbuild/pants