diff --git a/.goreleaser.yml b/.goreleaser.yml index 9e13569..ca848b7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,7 +1,7 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. env: - - PROVIDER_VERSION=2.1.0 + - PROVIDER_VERSION=3.0.0 before: hooks: # this is just an example and not a requirement for provider building/publishing diff --git a/GNUmakefile b/GNUmakefile index 2bed1d1..1eac906 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ HOSTNAME=delphix.com NAMESPACE=dct NAME=delphix BINARY=terraform-provider-${NAME} -VERSION=2.1.0 +VERSION=3.0.0 OS_ARCH=darwin_amd64 default: install