We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90025a5 commit 615f473Copy full SHA for 615f473
MQ/Constants.php
@@ -5,7 +5,7 @@ class Constants
5
{
6
const GMT_DATE_FORMAT = "D, d M Y H:i:s \\G\\M\\T";
7
8
- const CLIENT_VERSION = "mq-php-sdk/1.0.3(GuzzleHttp/";
+ const CLIENT_VERSION = "mq-php-sdk/1.0.4(GuzzleHttp/";
9
const VERSION_HEADER = "x-mq-version";
10
const HEADER_PREFIX = "x-mq-";
11
const XML_NAMESPACE = "http://mq.aliyuncs.com/doc/v1/";
README.md
@@ -16,7 +16,7 @@ Add require to your `composer.json`
16
```json
17
18
"require": {
19
- "aliyunmq/mq-http-sdk": ">=1.0.3"
+ "aliyunmq/mq-http-sdk": ">=1.0.4"
20
}
21
22
```
0 commit comments