diff --git a/client/client.go b/client/client.go index 677acf1c..3dfed8ba 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.13.0" +const Version = "v1.13.1" var Mutex sync.Mutex diff --git a/package.json b/package.json index 523aa0d7..a51e607f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.13.0", + "version": "1.13.1", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",