Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed May 20, 2022
1 parent 3377e52 commit 405c42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REGISTRY=local
NAMESPACE=twilio
NAME=twilio
BINARY=terraform-provider-${NAME}
VERSION=0.16.0
VERSION=0.17.0
OS_ARCH=darwin_amd64

default: build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ terraform {
required_providers {
twilio = {
source = "twilio/twilio"
version = "0.16.0"
version = "0.17.0"
}
}
}
Expand Down

0 comments on commit 405c42c

Please sign in to comment.