filter v from version strings

This commit is contained in:
Daylin Morgan 2022-12-19 23:15:56 -06:00
parent 1fcc5b139f
commit 3b3d33ba9f

View file

@ -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: