Changed the short developer tag to 8 characters as well

master
WolverinDEV 2021-05-26 13:31:29 +02:00
parent 02e773d11e
commit 39d4c0ac7e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ git_version() {
# We're in development
case "$1" in
"short-tag" | "name" | "file-name" | "long-tag")
echo "0000000"
echo "00000000"
;;
*)