Skip to content

Commit 3112516

Browse files
committed
bump version to 3.3.2
1 parent 5bf86ae commit 3112516

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
66
PKG_NAME=incapsula
77
BINARY=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

1111
OS_ARCH=darwin_amd64
1212
# OS_ARCH=linux_amd64

incapsula/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Client struct {
2525
func 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

0 commit comments

Comments
 (0)