Skip to content

Commit

Permalink
Remove "v" in version
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Jul 27, 2015
1 parent 91adbf9 commit 579d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 579d6cf

Please sign in to comment.