Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredo committed Aug 12, 2016
1 parent 2d016e0 commit ff2972d
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
Expand Up @@ -34,7 +34,7 @@ profile: all
##generates a version
GIT_HASH := $(shell git describe --abbrev=4 --always )
BCFTOOLS_VERSION=1.3
VERSION = 0.1.0
VERSION = 0.2.0
ifneq "$(wildcard .git)" ""
VERSION = $(shell git describe --always)
endif
Expand Down

0 comments on commit ff2972d

Please sign in to comment.