mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
filter v from version strings
This commit is contained in:
parent
1fcc5b139f
commit
3b3d33ba9f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
VENV_BIN = ./.venv/bin
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in a new issue