#!/bin/bash
LC_ALL=C sort -r -V | uniq | head -n 1
