diff --git a/Makefile b/Makefile index 0421ac0..c25de89 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION:=$(shell git describe --tags) +VERSION:=$(shell git describe --tags | sed 's/v//g') OPTS:=-ldflags '-X main.VERSION $(VERSION)' all: clean dist linux freebsd darwin