Skip to content

Commit

Permalink
Prepare for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored May 30, 2024
1 parent 769d008 commit afc62c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.3
VERSION=0.3.1
OS_ARCH=linux_amd64

default: install
Expand Down Expand Up @@ -34,4 +34,4 @@ test:
echo $(TEST) | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4

testacc:
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m

0 comments on commit afc62c1

Please sign in to comment.