diff --git a/client/client.go b/client/client.go index 7eab59e2..dbe91e9c 100644 --- a/client/client.go +++ b/client/client.go @@ -33,7 +33,7 @@ import ( // DefaultBaseURL is the default base URL for the Rollbar API. const DefaultBaseURL = "https://api.rollbar.com" -const Version = "v1.8.0" +const Version = "v1.9.0" // RollbarAPIClient is a client for the Rollbar API. type RollbarAPIClient struct { diff --git a/package.json b/package.json index ade8a528..6e99b200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.8.0", + "version": "1.9.0", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",