diff --git a/lib/constants.ts b/lib/constants.ts index bb31a764d..08cb37b01 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -32,6 +32,7 @@ export const maximumMetaHeadersSize = 2136; export const emptyFileMd5 = 'd41d8cd98f00b204e9800998ecf8427e'; // Version 2 changes the format of the data location property // Version 3 adds the dataStoreName attribute +// Version 3.1 backport of Version 7 on top of 3 // Version 4 add the Creation-Time and Content-Language attributes, // and add support for x-ms-meta-* headers in UserMetadata // Version 5 adds the azureInfo structure diff --git a/package.json b/package.json index b9f4898c5..9e794a459 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "engines": { "node": ">=20" }, - "version": "8.2.22", + "version": "8.2.23", "description": "Common utilities for the S3 project components", "main": "build/index.js", "repository": {