diff --git a/Makefile b/Makefile index bfab7efe..3e7d0869 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ HOSTNAME=nobl9.com NAMESPACE=nobl9 NAME=nobl9 BINARY=terraform-provider-${NAME} -VERSION=0.7.0 +VERSION=0.8.0 BUILD_FLAGS="-X github.com/nobl9/terraform-provider-nobl9/nobl9.Version=$(VERSION)" OS_ARCH?=linux_amd64 diff --git a/README.md b/README.md index a9871586..34cdc010 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ terraform { required_providers { nobl9 = { source = "nobl9/nobl9" - version = "0.7.0" + version = "0.8.0" } } } diff --git a/docs/index.md b/docs/index.md index 0bf44cb2..669bc3a7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,7 +37,7 @@ terraform { required_providers { nobl9 = { source = "nobl9/nobl9" - version = "0.7.0" + version = "0.8.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 28df7d8a..35fe1ff0 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { nobl9 = { source = "nobl9/nobl9" - version = "0.7.0" + version = "0.8.0" } } }