Skip to content

Commit

Permalink
Merge pull request #125 from asobti/version
Browse files Browse the repository at this point in the history
Move version number out of Makefile
  • Loading branch information
asobti authored Nov 25, 2018
2 parents f469b3d + 05dd165 commit 78d4aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: test

ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0
TAG = v0.2.3
TAG := $(shell cat VERSION)
GOLANGCI_INSTALLED := $(shell which bin/golangci-lint)


Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.2.3

0 comments on commit 78d4aaf

Please sign in to comment.