diff --git a/Makefile b/Makefile index c01dee8..8d966b2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE_NAME := envsubst -PACKAGE_VERSION := 0.1 +PACKAGE_VERSION := 0.2.0 prefix ?= /usr/local bindir ?= /bin @@ -30,4 +30,4 @@ distcheck: check dist dist: ${DIST_TARBALL} ${DIST_TARBALL}: git archive --format=tar --prefix=${DIST_NAME}/ -o ${DIST_NAME}.tar ${DIST_NAME} - xz ${DIST_NAME}.tar \ No newline at end of file + xz ${DIST_NAME}.tar