We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a5f5c + c6a3805 commit be38bdcCopy full SHA for be38bdc
client/client.go
@@ -34,7 +34,7 @@ import (
34
35
// DefaultBaseURL is the default base URL for the Rollbar API.
36
const DefaultBaseURL = "https://api.rollbar.com"
37
-const Version = "v1.11.0"
+const Version = "v1.12.0"
38
39
var Mutex sync.Mutex
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "terraform-provider-rollbar",
3
- "version": "1.11.0",
+ "version": "1.12.0",
4
"description": "Terraform provider for Rollbar.com",
5
"directories": {
6
"doc": "docs",
0 commit comments