Skip to content

Commit

Permalink
feat: release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsz-rb committed Jan 27, 2023
1 parent c3ade0f commit f0f7ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/client.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Rollbar, Inc.
* Copyright (c) 2023 Rollbar, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down 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.9.0"
const Version = "v1.10.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.9.0",
"version": "1.10.0",
"description": "Terraform provider for Rollbar.com",
"directories": {
"doc": "docs",
Expand Down

0 comments on commit f0f7ef7

Please sign in to comment.