From c666b50dd80c172e615295ff34c25354a4a389e3 Mon Sep 17 00:00:00 2001 From: Riccardo Di Dato Date: Sun, 25 Sep 2022 16:10:18 +0200 Subject: [PATCH] Minor --- scripts/latest-ver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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