Skip to content

Commit 615f473

Browse files
committed
to release 1.0.4
1 parent 90025a5 commit 615f473

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MQ/Constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Constants
55
{
66
const GMT_DATE_FORMAT = "D, d M Y H:i:s \\G\\M\\T";
77

8-
const CLIENT_VERSION = "mq-php-sdk/1.0.3(GuzzleHttp/";
8+
const CLIENT_VERSION = "mq-php-sdk/1.0.4(GuzzleHttp/";
99
const VERSION_HEADER = "x-mq-version";
1010
const HEADER_PREFIX = "x-mq-";
1111
const XML_NAMESPACE = "http://mq.aliyuncs.com/doc/v1/";

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add require to your `composer.json`
1616
```json
1717
{
1818
"require": {
19-
"aliyunmq/mq-http-sdk": ">=1.0.3"
19+
"aliyunmq/mq-http-sdk": ">=1.0.4"
2020
}
2121
}
2222
```

0 commit comments

Comments
 (0)