diff --git a/Makefile b/Makefile index 62d29c5..9bb40c7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v0.2.0 +VERSION := v0.3.0 NAME := tlsh BUILDSTRING := $(shell git log --pretty=format:'%h' -n 1) VERSIONSTRING := $(NAME) version $(VERSION)+$(BUILDSTRING)