Skip to content

Commit

Permalink
Merge pull request #285 from avadev/23.8.1
Browse files Browse the repository at this point in the history
Update for 23.8.1
  • Loading branch information
svc-developer authored Aug 14, 2023
2 parents ffa6ceb + 1479cee commit c9f2e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/AvaTaxClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Sachin Baijal <[email protected]>
* @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
*/

Expand Down Expand Up @@ -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
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": "avatax",
"version": "23.7.0",
"version": "23.8.1",
"description": "AvaTax v2 SDK for languages using JavaScript",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c9f2e96

Please sign in to comment.