Skip to content

Commit

Permalink
updated the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-patil-hubs committed Oct 18, 2023
1 parent ce16570 commit f7b81a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7b81a3

Please sign in to comment.