Skip to content

Commit be38bdc

Browse files
authored
Merge pull request #358 from rollbar/release-v1.12.0
feat: release v1.12.0
2 parents a4a5f5c + c6a3805 commit be38bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
// DefaultBaseURL is the default base URL for the Rollbar API.
3636
const DefaultBaseURL = "https://api.rollbar.com"
37-
const Version = "v1.11.0"
37+
const Version = "v1.12.0"
3838

3939
var Mutex sync.Mutex
4040

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terraform-provider-rollbar",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Terraform provider for Rollbar.com",
55
"directories": {
66
"doc": "docs",

0 commit comments

Comments
 (0)