#!/bin/sh curl -s "https://raw.githubusercontent.com/project-repo/cagebreak/master/Changelog.md" \ | awk '/^## Release/ { print $NF }' \ | head -n 1