From 32e1f90ae6d74eed1c7bf34c77486687b2fb8834 Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 6 Nov 2023 09:57:19 -0800 Subject: [PATCH] fix: release v1.13.1 --- client/client.go | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.go b/client/client.go index 677acf1c..3dfed8ba 100644 --- a/client/client.go +++ b/client/client.go @@ -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.0" +const Version = "v1.13.1" var Mutex sync.Mutex diff --git a/package.json b/package.json index 523aa0d7..a51e607f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terraform-provider-rollbar", - "version": "1.13.0", + "version": "1.13.1", "description": "Terraform provider for Rollbar.com", "directories": { "doc": "docs",