Skip to content

Instantly share code, notes, and snippets.

@hellt
Created January 12, 2021 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hellt/9f30860c035dab1ad543d97d9e17a151 to your computer and use it in GitHub Desktop.
Save hellt/9f30860c035dab1ad543d97d9e17a151 to your computer and use it in GitHub Desktop.
get latest version from github releases
curl -L -I -s -o /dev/null -w %{url_effective} https://github.com/openfaas/faas/releases/latest | cut -d "/" -f 8
0.20.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment