Skip to content

Commit 863622f

Browse files
authored
set version
1 parent de86985 commit 863622f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/core/core-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/core-http",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
77
"tags": [
88
"isomorphic",

sdk/core/core-http/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Constants = {
77
/**
88
* The core-http version
99
*/
10-
coreHttpVersion: "2.3.1",
10+
coreHttpVersion: "2.3.2",
1111

1212
/**
1313
* Specifies HTTP.

0 commit comments

Comments
 (0)