diff --git a/Makefile b/Makefile index 71c13a70..9a7557e4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN_NAME="terraform-provider-instaclustr" -VERSION=v1.0.0 +VERSION=v1.0.1 .PHONY: install clean all build test testacc