From 4503271af3c159df58dc3e69d8ad257f5d536f7e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 13 Mar 2023 14:40:28 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ddbd047..7130fc9 100644 --- a/Makefile +++ b/Makefile @@ -295,6 +295,7 @@ tag: @echo " v$(VERSION)" @echo "Last 5 tags:" @git tag -l 'v[0-9]*'\ + | sort -V \ | tail -n 5 \ | sed 's/^/ /' \ | tac