File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ## 3.3.2 (Not Released)
1+ ## 3.3.2 (Released)
22
33* Edit business logic, add acceptance test for incapsula_txt_record resource
44
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
66PKG_NAME =incapsula
77BINARY =terraform-provider-${PKG_NAME}
88# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
9- VERSION =3.3.1
9+ VERSION =3.3.2
1010
1111OS_ARCH =darwin_amd64
1212# OS_ARCH=linux_amd64
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type Client struct {
2525func NewClient (config * Config ) * Client {
2626 client := & http.Client {}
2727
28- return & Client {config : config , httpClient : client , providerVersion : "3.3.1 " }
28+ return & Client {config : config , httpClient : client , providerVersion : "3.3.2 " }
2929}
3030
3131// Verify checks the API credentials
You can’t perform that action at this time.
0 commit comments