diff --git a/Makefile b/Makefile index ad4fd8b..1a94014 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ HOSTNAME=watonomous.ca NAMESPACE=tf NAME=email BINARY=terraform-provider-${NAME} -VERSION=0.2.3 +VERSION=0.3.1 OS_ARCH=linux_amd64 default: install @@ -34,4 +34,4 @@ test: echo $(TEST) | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4 testacc: - TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m \ No newline at end of file + TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m