diff --git a/GNUmakefile b/GNUmakefile index ce4461a..ab165bd 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ HOSTNAME=registry.terraform.io NAMESPACE=tsuru NAME=tsuru BINARY=terraform-provider-${NAME} -VERSION=2.7.1 +VERSION=2.9.0 UNAME_S := $(shell uname -s) UNAME_P := $(shell uname -p)