We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cbb64b + 7abb997 commit cebde9bCopy full SHA for cebde9b
.goreleaser.yml
@@ -1,7 +1,7 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
env:
4
- - PROVIDER_VERSION=3.4.0
+ - PROVIDER_VERSION=3.4.1
5
before:
6
hooks:
7
# this is just an example and not a requirement for provider building/publishing
GNUmakefile
@@ -3,7 +3,7 @@ HOSTNAME=delphix.com
NAMESPACE=dct
NAME=delphix
BINARY=terraform-provider-${NAME}
-VERSION=3.3.0
+VERSION=3.4.1
OS_ARCH=darwin_arm64
8
9
default: install
0 commit comments