diff --git a/Makefile b/Makefile index b4ce5a7..344b021 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME:=packer BINARY=terraform-provider-${NAME} -VERSION=0.2.0 +VERSION=0.2.1 OS_ARCH=linux_amd64 .PHONY: default