diff --git a/scripts/latest-ver.sh b/scripts/latest-ver.sh index cb0bbbc..322251f 100755 --- a/scripts/latest-ver.sh +++ b/scripts/latest-ver.sh @@ -1,4 +1,4 @@ #!/bin/bash -git pull +git pull --quiet git tag -l --sort=-version:refname | head -n 1 \ No newline at end of file