Skip to content

Commit cebde9b

Browse files
Merge pull request #123 from delphix-integrations/develop
DLPXECO-11693 | Dev to main merge
2 parents 6cbb64b + 7abb997 commit cebde9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
33
env:
4-
- PROVIDER_VERSION=3.4.0
4+
- PROVIDER_VERSION=3.4.1
55
before:
66
hooks:
77
# this is just an example and not a requirement for provider building/publishing

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=delphix.com
33
NAMESPACE=dct
44
NAME=delphix
55
BINARY=terraform-provider-${NAME}
6-
VERSION=3.3.0
6+
VERSION=3.4.1
77
OS_ARCH=darwin_arm64
88

99
default: install

0 commit comments

Comments
 (0)