diff --git a/client/client.go b/client/client.go index ecd052c6..9a55c69f 100644 --- a/client/client.go +++ b/client/client.go @@ -34,7 +34,7 @@ import ( // DefaultBaseURL is the default base URL for the Rollbar API. const DefaultBaseURL = "https://api.rollbar.com" -const Version = "v1.10.0" +const Version = "v1.11.0" var Mutex sync.Mutex diff --git a/package.json b/package.json index b24aac22..fc17ab3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.10.0", + "version": "1.11.0", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",