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