Skip to content

Commit

Permalink
Fix version command
Browse files Browse the repository at this point in the history
  • Loading branch information
aztechian committed Aug 27, 2019
1 parent 0a47f9c commit 5f33cb3
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,7 +1,7 @@
PROJECT_NAME := "bridgr"
PKG := "$(PROJECT_NAME)"
CMD := "cmd/bridgr/main.go"
VERSION := $(shell git describe --always --long --dirty)
VERSION := $(shell git describe --always --dirty | sed 's/^v//')
GO_FILES := $(shell find . -name '*.go' | grep -v _test.go)

.PHONY: all coverage lint test race x2unit xunit clean generate download
Expand Down

0 comments on commit 5f33cb3

Please sign in to comment.