From 1479ceeae183c0562406fe5208c658017466df2c Mon Sep 17 00:00:00 2001 From: svc-developer Date: Mon, 14 Aug 2023 16:23:23 +0000 Subject: [PATCH] 23.8.1 --- lib/AvaTaxClient.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/AvaTaxClient.ts b/lib/AvaTaxClient.ts index 8a2b2aa..0659bc3 100644 --- a/lib/AvaTaxClient.ts +++ b/lib/AvaTaxClient.ts @@ -10,7 +10,7 @@ * @author Sachin Baijal * @copyright 2004-2018 Avalara, Inc. * @license https://www.apache.org/licenses/LICENSE-2.0 - * @version 23.7.0 + * @version 23.8.1 * @link https://github.com/avadev/AvaTax-REST-V2-JS-SDK */ @@ -50,7 +50,7 @@ export default class AvaTaxClient { public auth: string; public customHttpAgent: https.Agent; public enableStrictTypeConversion: boolean; - private apiVersion: string = '23.7.0'; + private apiVersion: string = '23.8.1'; private logger: Logger; /** * Construct a new AvaTaxClient diff --git a/package.json b/package.json index baa06e1..dbea006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avatax", - "version": "23.7.0", + "version": "23.8.1", "description": "AvaTax v2 SDK for languages using JavaScript", "main": "index.js", "types": "index.d.ts",