Skip to content

Commit

Permalink
Merge pull request #392 from rollbar/release-v1.14.0
Browse files Browse the repository at this point in the history
feat: release v1.14.0
  • Loading branch information
pawelsz-rb authored Mar 22, 2024
2 parents 06ebfc8 + 5020255 commit 7e0eca5
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) 2023 Rollbar, Inc.
* Copyright (c) 2024 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 @@ -34,7 +34,7 @@ import (

// DefaultBaseURL is the default base URL for the Rollbar API.
const DefaultBaseURL = "https://api.rollbar.com"
const Version = "v1.13.1"
const Version = "v1.14.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.13.1",
"version": "1.14.0",
"description": "Terraform provider for Rollbar.com",
"directories": {
"doc": "docs",
Expand Down

0 comments on commit 7e0eca5

Please sign in to comment.