diff --git a/script/version b/script/version index 14581650f..781f855a3 100755 --- a/script/version +++ b/script/version @@ -13,5 +13,5 @@ if ! cd -- "${mas_dir}"; then exit 1 fi -version_tag="$(git describe --abbrev=0 --tags 2>/dev/null)" +version_tag="$(git describe --tags 2>/dev/null)" printf $'%s\n' "${version_tag#v}"