From f7b81a31e15aaa3300045c0f42ea5788285c240d Mon Sep 17 00:00:00 2001 From: "ankit.patil" Date: Wed, 18 Oct 2023 19:44:48 +0530 Subject: [PATCH] updated the version number --- .goreleaser.yml | 2 +- GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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