Skip to content

Commit

Permalink
Merge branch 'hotfix/0.10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Dec 29, 2016
2 parents a0b9571 + d839cc2 commit eb9e202
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,5 +1,5 @@
BINARY=fakecas
VERSION=$(shell git describe master 2&> /dev/null || echo "$${VERSION:-Unknown}")
VERSION=$(shell git describe master 2> /dev/null || echo "$${VERSION:-Unknown}")
BUILD_TIME=`date +%FT%T%z`
LDFLAGS=-ldflags "-X main.Version=${VERSION}"
BUILD_DIR=./build/
Expand Down

0 comments on commit eb9e202

Please sign in to comment.