Skip to content

Commit

Permalink
Merge pull request #35 from stephenturner/patch-1
Browse files Browse the repository at this point in the history
bump version in makefile to 0.3.3
  • Loading branch information
olest authored May 5, 2021
2 parents 4c91108 + 092c592 commit f6852eb
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 @@ -39,7 +39,7 @@ profile: all
##generates a version
GIT_HASH := $(shell git describe --abbrev=4 --always )
BCFTOOLS_VERSION=1.6
VERSION = 0.3.2
VERSION = 0.3.3
ifneq "$(wildcard .git)" ""
VERSION = $(shell git describe --always)
endif
Expand Down

0 comments on commit f6852eb

Please sign in to comment.