We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a404092 commit df91bc9Copy full SHA for df91bc9
src/tablestore/core/impl/ots_constants.hpp
@@ -51,7 +51,7 @@ const std::string kOTSTraceId = "x-ots-sdk-traceid";
51
const std::string kOTSHeaderPrefix = "x-ots-";
52
53
const std::string kUserAgent = "User-Agent";
54
-const std::string kSDKUserAgent = "aliyun-tablestore-sdk-cpp98/4.2.1(amd64;)";
+const std::string kSDKUserAgent = "aliyun-tablestore-sdk-cpp98/4.3.0(amd64;)";
55
56
// response
57
const std::string kOTSRequestId = "x-ots-requestid";
0 commit comments