Skip to content

Commit

Permalink
Bump version: 3.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrachaY committed Nov 10, 2024
1 parent 0a869e0 commit 921e4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.27.0 (Nov 10, 2024)
## 3.27.1 (Nov 10, 2024)

FEATURES:
New Incapsula site, SSL and domain management model:
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NAMESPACE=terraform-providers
PKG_NAME=incapsula
BINARY=terraform-provider-${PKG_NAME}
# Whenever bumping provider version, please update the version in incapsula/client.go (line 27) as well.
VERSION=3.27.0
VERSION=3.27.1

# Mac Intel Chip
OS_ARCH=darwin_amd64
Expand Down
2 changes: 1 addition & 1 deletion incapsula/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Client struct {
func NewClient(config *Config) *Client {
client := &http.Client{}

return &Client{config: config, httpClient: client, providerVersion: "3.27.0"}
return &Client{config: config, httpClient: client, providerVersion: "3.27.1"}
}

func (c *Client) CreateFormDataBody(bodyMap map[string]interface{}) ([]byte, string) {
Expand Down

0 comments on commit 921e4fe

Please sign in to comment.