#!/usr/bin/env sh echo "$(git describe --tags | awk '{split($0,a,"-"); print a[1]}')"