Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
version from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamick committed Mar 6, 2017
1 parent 748541a commit fca49d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
VERSION:=0.0.1

ifeq (${TRAVIS_TAG},)
VERSION:=0.0.0
else
VERSION:=${TRAVIS_TAG}
endif

export GO15VENDOREXPERIMENT=1

default: build
Expand Down

0 comments on commit fca49d3

Please sign in to comment.