diff --git a/Makefile b/Makefile index 060c43d..ab86a49 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= $(shell git describe --tags --always --dirty=-dev) +VERSION ?= $(shell git describe --tags --always --dirty=-dev | sed 's/^v//g') VENV_BIN = ./.venv/bin lint: