Skip to content

Commit 4cb63ca

Browse files
authored
Merge pull request #352 from rollbar/release-v1.11.0
feat: release v1.11.0
2 parents 2b70600 + bb34257 commit 4cb63ca

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.10.0"
37+
const Version = "v1.11.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.10.0",
3+
"version": "1.11.0",
44
"description": "Terraform provider for Rollbar.com",
55
"directories": {
66
"doc": "docs",

0 commit comments

Comments
 (0)