#!/bin/bash curl -Ss 'https://github.com/zenorogue/hyperrogue/tags' \ | sed ' s,^.*.*$,\1, t d ' \ | sort -V \ | tail -n1