Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Jul 30, 2023
1 parent 61a625e commit 753d214
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 @@ -3,7 +3,7 @@ HOSTNAME=watonomous.ca
NAMESPACE=tf
NAME=email
BINARY=terraform-provider-${NAME}
VERSION=0.2.1
VERSION=0.2.3
OS_ARCH=linux_amd64

default: install
Expand Down
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
email = {
version = "0.2.1"
version = "0.2.3"
source = "watonomous.ca/tf/email"
}
}
Expand Down

0 comments on commit 753d214

Please sign in to comment.