Skip to content

Commit

Permalink
Merge pull request #338 from rollbar/release-v1.9.0
Browse files Browse the repository at this point in the history
feat: release v1.9.0
  • Loading branch information
pawelsz-rb authored Dec 13, 2022
2 parents ce7ec07 + a326114 commit 7c8627b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7c8627b

Please sign in to comment.