From 3b3d33ba9f37917ca14fca77203476bca52b7c66 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 19 Dec 2022 23:15:56 -0600 Subject: [PATCH] filter v from version strings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: