diff --git a/Makefile b/Makefile
index 78f6375..7fa0605 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
ifndef VERSION
- VERSION = `git describe --always --long --dirty`
+ VERSION = `git describe --always --long --dirty --tags`
endif
# https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal
diff --git a/test/cover.sh b/test/cover.sh
index c212c24..9479f49 100755
--- a/test/cover.sh
+++ b/test/cover.sh
@@ -56,7 +56,7 @@ go run "${UTILDIR}/coverhtml/coverhtml.go" \
-input="$COVER_DIR/all.out" -strip=3 \
-output="$COVER_DIR/coverage.html" \
-title="chasquid coverage report" \
- -notes="Generated at commit $(git describe --always --dirty) ($(git log -1 --format=%ci))"
+ -notes="Generated at commit $(git describe --always --dirty --tags) ($(git log -1 --format=%ci))"
echo
echo