From 579d6cf31ba96e05111402d65a3377bb4f46a63e Mon Sep 17 00:00:00 2001 From: Patrice FERLET Date: Tue, 28 Jul 2015 00:25:26 +0200 Subject: [PATCH] Remove "v" in version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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