Skip to content

Commit df91bc9

Browse files
committed
modify version to 4.3.0
1 parent a404092 commit df91bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tablestore/core/impl/ots_constants.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const std::string kOTSTraceId = "x-ots-sdk-traceid";
5151
const std::string kOTSHeaderPrefix = "x-ots-";
5252

5353
const std::string kUserAgent = "User-Agent";
54-
const std::string kSDKUserAgent = "aliyun-tablestore-sdk-cpp98/4.2.1(amd64;)";
54+
const std::string kSDKUserAgent = "aliyun-tablestore-sdk-cpp98/4.3.0(amd64;)";
5555

5656
// response
5757
const std::string kOTSRequestId = "x-ots-requestid";

0 commit comments

Comments
 (0)