diff --git a/Makefile b/Makefile index 98d4e76..4dfe5f5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ HOSTNAME=github.com NAMESPACE=netactuate NAME=netactuate BINARY=terraform-provider-${NAME} -VERSION=0.2.0 +VERSION=0.2.1 OS_ARCH=darwin_amd64 BINARY_NAME=${BINARY}_${VERSION} BINARY_FULL_NAME=${BINARY_NAME}_${OS_ARCH}