As an example, in my "alt-universe", I get:
> curl -fsSL "https://api.github.com/repos/pytorch/pytorch/releases/latest" | jq -r '.tag_name' | sed 's/[^[0-9\.\-]*//g'
1.6.0
That’s kind of why the “try again” button exists, after all. If it couldn’t vary, you’d just keep getting the same response when you clicked it.
As an example, in my "alt-universe", I get:
> curl -fsSL "https://api.github.com/repos/pytorch/pytorch/releases/latest" | jq -r '.tag_name' | sed 's/[^[0-9\.\-]*//g'
1.6.0