diff --git a/client/client.go b/client/client.go index 6592bc95..030c65af 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.15.0" +const Version = "v1.15.1" // RollbarAPIClient is a client for the Rollbar API. type RollbarAPIClient struct { diff --git a/package.json b/package.json index a3d3003c..3c9bd915 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.15.0", + "version": "1.15.1", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",